#f27d7c

Color #F27D7C Light Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Coral #F27D7C

Tints of Light Coral #F27D7C

Color information

#F27D7C (or 0xF27D7C) is unknown color: approx Light Coral. HEX triplet: F2, 7D and 7C. RGB value is (242,125,124). Sum of RGB (Red+Green+Blue) = 242+125+124=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D7C is #0D8283. Grayscale: #9F9F9F. Windows color (decimal): -885380 or 8158706. OLE color: 8158706.

HSL color Cylindrical-coordinate representation of color #F27D7C: hue angle of 0.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27D7C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242125124-
CMYK00.480.490.05
HSL0.51º81.94%71.76%-
HSV(B)0.51º48.76%94.9%-
XYZ47.593523.32-
YUV159.87107.76186.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 49.29%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=49.29%
G=25.46%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212512400.480.490.050.5181.9471.76
HexF27D7C03031515248
Octal3621751740606151122110
Binary11110010111110111111000110000110001101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f27d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f27d7c; }

 p { color: rgb(242,125,124); }

 H1.HeaderClassName
 {
   color: #f27d7c;
 }
 .AnyTagClassName
 {
   color: #f27d7c;
 }
</style>
background-color css

<style>
 a { background-color: #f27d7c; }

 a { background-color: rgb(242,125,124); }

 div.DivClassName
 {
   background-color: #f27d7c;
 }
 .BgClassName
 {
   background-color: #f27d7c;
 }
</style>
border-color css

<style>
 span { border-color: #f27d7c; }

 span { border-color: rgb(242,125,124); }

 td.TdClassName
 {
   border-color: #f27d7c;
 }
 .TagClassName
 {
   border-color: #f27d7c;
 }
</style>