Html Css Color HEX #F28885 Light Coral

📋 copy color: '#F28885'

red 242 ◦ green 136 ◦ blue 133

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

Shades of Light Coral #F28885

Tints of Light Coral #F28885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 47.36%
G = 26.61%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28885 (or 0xF28885) is known color: Light Coral. HEX triplet: F2, 88 and 85. RGB value is (242,136,133). Sum of RGB (Red+Green+Blue) = 242+136+133=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F28885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28885 is #0D777A. Grayscale: #A7A7A7. Windows color (decimal): -882555 or 8751346. OLE color: 8751346.

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

Color convert

RGB 242 136 133 -
CMYK 0 0.44 0.45 0.05
HSL 1.65º 0.81% 0.74% -
HSV(B) 1.65º 0.45% 0.95% -
XYZ 49.66 38.18 26.94 -
YUV 167.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 242 136 133 0 0.44 0.45 0.05 1.65 0.81 0.74
Hex F2 88 85 0 2C 2D 5 2 51 4A
Octal 362 210 205 0 54 55 5 2 121 112
Binary 11110010 10001000 10000101 0 101100 101101 101 10 1010001 1001010

Color Harmonies of #F28885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28885

Black with #F28885

Text Example


Text Example

White with #F28885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28885; }

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

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

background-color css

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

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

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

border-color css

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

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

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