Html Css Color HEX #F28484 Light Coral

📋 copy color: '#F28484'

red 242 ◦ green 132 ◦ blue 132

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

Shades of Light Coral #F28484

Tints of Light Coral #F28484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 47.83%
G = 26.09%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F28484 (or 0xF28484) is known color: Light Coral. HEX triplet: F2, 84 and 84. RGB value is (242,132,132). Sum of RGB (Red+Green+Blue) = 242+132+132=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28484 is #0D7B7B. Grayscale: #A5A5A5. Windows color (decimal): -883580 or 8684786. OLE color: 8684786.

HSL color Cylindrical-coordinate representation of color #F28484: 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.45%. Process color model (Four color, CMYK) of #F28484 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 132 132 -
CMYK 0 0.45 0.45 0.05
HSL 0.81% 0.73% -
HSV(B) 0.45% 0.95% -
XYZ 49.03 37.05 26.4 -
YUV 164.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 242 132 132 0 0.45 0.45 0.05 0 0.81 0.73
Hex F2 84 84 0 2D 2D 5 0 51 49
Octal 362 204 204 0 55 55 5 0 121 111
Binary 11110010 10000100 10000100 0 101101 101101 101 0 1010001 1001001

Color Harmonies of #F28484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28484

Black with #F28484

Text Example


Text Example

White with #F28484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28484; }

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

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

background-color css

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

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

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

border-color css

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

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

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