Html Css Color HEX #F98281 Light Coral

📋 copy color: '#F98281'

red 249 ◦ green 130 ◦ blue 129

#F98281
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Coral #F98281

Tints of Light Coral #F98281

RGB

 RED value IS 249 (97.66% from 255) = 49.02%

 GREEN value IS 130 (51.17% from 255) = 25.59%

 BLUE value IS 129 (50.78% from 255) = 25.39%

R = 49.02%
G = 25.59%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F98281 (or 0xF98281) is known color: Light Coral. HEX triplet: F9, 82 and 81. RGB value is (249,130,129). Sum of RGB (Red+Green+Blue) = 249+130+129=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F98281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98281 is #067D7E. Grayscale: #A5A5A5. Windows color (decimal): -425343 or 8487673. OLE color: 8487673.

HSL color Cylindrical-coordinate representation of color #F98281: hue angle of 0.5º 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 #F98281 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 130 129 -
CMYK 0 0.48 0.48 0.02
HSL 0.5º 0.91% 0.74% -
HSV(B) 0.5º 0.48% 0.98% -
XYZ 51.01 37.69 25.36 -
YUV 165.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 249 130 129 0 0.48 0.48 0.02 0.5 0.91 0.74
Hex F9 82 81 0 30 30 2 0 5B 4A
Octal 371 202 201 0 60 60 2 0 133 112
Binary 11111001 10000010 10000001 0 110000 110000 10 0 1011011 1001010

Color Harmonies of #F98281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98281

Black with #F98281

Text Example


Text Example

White with #F98281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98281; }

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

 H1.HeaderClassName
 {
   color: #F98281;
 }
 .AnyTagClassName
 {
   color: #F98281;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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