Html Css Color HEX #F28580 Light Coral

📋 copy color: '#F28580'

red 242 ◦ green 133 ◦ blue 128

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

Shades of Light Coral #F28580

Tints of Light Coral #F28580

RGB

 RED value IS 242 (94.92% from 255) = 48.11%

 GREEN value IS 133 (52.34% from 255) = 26.44%

 BLUE value IS 128 (50.39% from 255) = 25.45%

R = 48.11%
G = 26.44%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28580 (or 0xF28580) is known color: Light Coral. HEX triplet: F2, 85 and 80. RGB value is (242,133,128). Sum of RGB (Red+Green+Blue) = 242+133+128=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28580 is #0D7A7F. Grayscale: #A5A5A5. Windows color (decimal): -883328 or 8422898. OLE color: 8422898.

HSL color Cylindrical-coordinate representation of color #F28580: hue angle of 2.63º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28580 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 133 128 -
CMYK 0 0.45 0.47 0.05
HSL 2.63º 0.81% 0.73% -
HSV(B) 2.63º 0.47% 0.95% -
XYZ 48.9 37.21 25.03 -
YUV 165.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 242 133 128 0 0.45 0.47 0.05 2.63 0.81 0.73
Hex F2 85 80 0 2D 2F 5 3 51 49
Octal 362 205 200 0 55 57 5 3 121 111
Binary 11110010 10000101 10000000 0 101101 101111 101 11 1010001 1001001

Color Harmonies of #F28580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28580

Black with #F28580

Text Example


Text Example

White with #F28580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28580; }

 p { color: rgb(242,133,128); }

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

background-color css

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

 a { background-color: rgb(242,133,128); }

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

border-color css

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

 span { border-color: rgb(242,133,128); }

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