Html Css Color HEX #F28181 Light Coral

📋 copy color: '#F28181'

red 242 ◦ green 129 ◦ blue 129

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

Shades of Light Coral #F28181

Tints of Light Coral #F28181

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

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

R = 48.4%
G = 25.8%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28181 (or 0xF28181) is known color: Light Coral. HEX triplet: F2, 81 and 81. RGB value is (242,129,129). Sum of RGB (Red+Green+Blue) = 242+129+129=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F28181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28181 is #0D7E7E. Grayscale: #A2A2A2. Windows color (decimal): -884351 or 8487410. OLE color: 8487410.

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

Color convert

RGB 242 129 129 -
CMYK 0 0.47 0.47 0.05
HSL 0.81% 0.73% -
HSV(B) 0.47% 0.95% -
XYZ 48.43 36.16 25.2 -
YUV 162.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 242 129 129 0 0.47 0.47 0.05 0 0.81 0.73
Hex F2 81 81 0 2F 2F 5 0 51 49
Octal 362 201 201 0 57 57 5 0 121 111
Binary 11110010 10000001 10000001 0 101111 101111 101 0 1010001 1001001

Color Harmonies of #F28181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28181

Black with #F28181

Text Example


Text Example

White with #F28181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28181; }

 p { color: rgb(242,129,129); }

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

background-color css

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

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

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

border-color css

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

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

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