Html Css Color HEX #F28880 Light Coral

📋 copy color: '#F28880'

red 242 ◦ green 136 ◦ blue 128

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

Shades of Light Coral #F28880

Tints of Light Coral #F28880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.88%

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

R = 47.83%
G = 26.88%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28880 (or 0xF28880) is known color: Light Coral. HEX triplet: F2, 88 and 80. RGB value is (242,136,128). Sum of RGB (Red+Green+Blue) = 242+136+128=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28880 is #0D777F. Grayscale: #A6A6A6. Windows color (decimal): -882560 or 8423666. OLE color: 8423666.

HSL color Cylindrical-coordinate representation of color #F28880: hue angle of 4.21º 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 #F28880 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 136 128 -
CMYK 0 0.44 0.47 0.05
HSL 4.21º 0.81% 0.73% -
HSV(B) 4.21º 0.47% 0.95% -
XYZ 49.32 38.04 25.17 -
YUV 166.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 242 136 128 0 0.44 0.47 0.05 4.21 0.81 0.73
Hex F2 88 80 0 2C 2F 5 4 51 49
Octal 362 210 200 0 54 57 5 4 121 111
Binary 11110010 10001000 10000000 0 101100 101111 101 100 1010001 1001001

Color Harmonies of #F28880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28880

Black with #F28880

Text Example


Text Example

White with #F28880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28880; }

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

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

background-color css

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

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

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

border-color css

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

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

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