Html Css Color HEX #F04242 Coral Red

📋 copy color: '#F04242'

red 240 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #F04242

Tints of Coral Red #F04242

RGB

 RED value IS 240 (94.14% from 255) = 64.52%

 GREEN value IS 66 (26.17% from 255) = 17.74%

 BLUE value IS 66 (26.17% from 255) = 17.74%

R = 64.52%
G = 17.74%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F04242 (or 0xF04242) is known color: Coral Red. HEX triplet: F0, 42 and 42. RGB value is (240,66,66). Sum of RGB (Red+Green+Blue) = 240+66+66=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F04242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04242 is #0FBDBD. Grayscale: #767676. Windows color (decimal): -1031614 or 4342512. OLE color: 4342512.

HSL color Cylindrical-coordinate representation of color #F04242: hue angle of 0º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04242 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 66 -
CMYK 0 0.72 0.72 0.06
HSL 0.85% 0.6% -
HSV(B) 0.73% 0.94% -
XYZ 38.87 22.82 7.51 -
YUV 118.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 240 66 66 0 0.72 0.72 0.06 0 0.85 0.6
Hex F0 42 42 0 48 48 6 0 55 3C
Octal 360 102 102 0 110 110 6 0 125 74
Binary 11110000 1000010 1000010 0 1001000 1001000 110 0 1010101 111100

Color Harmonies of #F04242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04242

Black with #F04242

Text Example


Text Example

White with #F04242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04242; }

 p { color: rgb(240,66,66); }

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

background-color css

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

 a { background-color: rgb(240,66,66); }

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

border-color css

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

 span { border-color: rgb(240,66,66); }

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