Html Css Color HEX #F28281 Light Coral

📋 copy color: '#F28281'

red 242 ◦ green 130 ◦ blue 129

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

Shades of Light Coral #F28281

Tints of Light Coral #F28281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.95%

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

R = 48.3%
G = 25.95%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F28281 (or 0xF28281) is known color: Light Coral. HEX triplet: F2, 82 and 81. RGB value is (242,130,129). Sum of RGB (Red+Green+Blue) = 242+130+129=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F28281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28281 is #0D7D7E. Grayscale: #A3A3A3. Windows color (decimal): -884095 or 8487666. OLE color: 8487666.

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

Color convert

RGB 242 130 129 -
CMYK 0 0.46 0.47 0.05
HSL 0.53º 0.81% 0.73% -
HSV(B) 0.53º 0.47% 0.95% -
XYZ 48.56 36.43 25.24 -
YUV 163.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 242 130 129 0 0.46 0.47 0.05 0.53 0.81 0.73
Hex F2 82 81 0 2E 2F 5 1 51 49
Octal 362 202 201 0 56 57 5 1 121 111
Binary 11110010 10000010 10000001 0 101110 101111 101 1 1010001 1001001

Color Harmonies of #F28281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28281

Black with #F28281

Text Example


Text Example

White with #F28281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28281; }

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

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

background-color css

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

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

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

border-color css

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

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

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