#F98282

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

Shades of Light Coral #F98282

Tints of Light Coral #F98282

Color information

#F98282 (or 0xF98282) is unknown color: approx Light Coral. HEX triplet: F9, 82 and 82. RGB value is (249,130,130). Sum of RGB (Red+Green+Blue) = 249+130+130=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F98282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98282 is #067D7D. Grayscale: #A5A5A5. Windows color (decimal): -425342 or 8553209. OLE color: 8553209.

HSL color Cylindrical-coordinate representation of color #F98282: hue angle of 0º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F98282 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB249130130-
CMYK00.480.480.02
HSL90.84%74.31%-
HSV(B)47.79%97.65%-
XYZ51.0837.7225.71-
YUV165.58107.92187.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.92%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=48.92%
G=25.54%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913013000.480.480.02090.8474.31
HexF9828203030205b4a
Octal3712022020606020133112
Binary111110011000001010000010011000011000010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98282; }

 p { color: rgb(249,130,130); }

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

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

 a { background-color: rgb(249,130,130); }

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

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

 span { border-color: rgb(249,130,130); }

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