#F28C7E

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

Shades of Light Coral #F28C7E

Tints of Light Coral #F28C7E

Color information

#F28C7E (or 0xF28C7E) is unknown color: approx Light Coral. HEX triplet: F2, 8C and 7E. RGB value is (242,140,126). Sum of RGB (Red+Green+Blue) = 242+140+126=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C7E is #0D7381. Grayscale: #A9A9A9. Windows color (decimal): -881538 or 8293618. OLE color: 8293618.

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

Color convert

RGB242140126-
CMYK00.420.480.05
HSL7.24º81.69%72.16%-
HSV(B)7.24º47.93%94.9%-
XYZ49.7639.1424.67-
YUV168.9103.79180.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.64%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=47.64%
G=27.56%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214012600.420.480.057.2481.6972.16
HexF28C7E02A30575248
Octal3622141760526057122110
Binary11110010100011001111110010101011000010111110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C7E; }

 p { color: rgb(242,140,126); }

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

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

 a { background-color: rgb(242,140,126); }

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

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

 span { border-color: rgb(242,140,126); }

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