Html Css Color HEX #F08483 Light Coral

📋 copy color: '#F08483'

red 240 ◦ green 132 ◦ blue 131

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

Shades of Light Coral #F08483

Tints of Light Coral #F08483

RGB

 RED value IS 240 (94.14% from 255) = 47.71%

 GREEN value IS 132 (51.95% from 255) = 26.24%

 BLUE value IS 131 (51.56% from 255) = 26.04%

R = 47.71%
G = 26.24%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08483 (or 0xF08483) is known color: Light Coral. HEX triplet: F0, 84 and 83. RGB value is (240,132,131). Sum of RGB (Red+Green+Blue) = 240+132+131=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F08483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08483 is #0F7B7C. Grayscale: #A4A4A4. Windows color (decimal): -1014653 or 8619248. OLE color: 8619248.

HSL color Cylindrical-coordinate representation of color #F08483: hue angle of 0.55º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08483 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 132 131 -
CMYK 0 0.45 0.45 0.06
HSL 0.55º 0.78% 0.73% -
HSV(B) 0.55º 0.45% 0.94% -
XYZ 48.28 36.67 26.01 -
YUV 164.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 240 132 131 0 0.45 0.45 0.06 0.55 0.78 0.73
Hex F0 84 83 0 2D 2D 6 1 4E 49
Octal 360 204 203 0 55 55 6 1 116 111
Binary 11110000 10000100 10000011 0 101101 101101 110 1 1001110 1001001

Color Harmonies of #F08483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08483

Black with #F08483

Text Example


Text Example

White with #F08483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08483; }

 p { color: rgb(240,132,131); }

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

background-color css

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

 a { background-color: rgb(240,132,131); }

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

border-color css

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

 span { border-color: rgb(240,132,131); }

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