Html Css Color HEX #F24241 Coral Red

📋 copy color: '#F24241'

red 242 ◦ green 66 ◦ blue 65

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

Shades of Coral Red #F24241

Tints of Coral Red #F24241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 64.88%
G = 17.69%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F24241 (or 0xF24241) is known color: Coral Red. HEX triplet: F2, 42 and 41. RGB value is (242,66,65). Sum of RGB (Red+Green+Blue) = 242+66+65=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F24241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24241 is #0DBDBE. Grayscale: #767676. Windows color (decimal): -900543 or 4276978. OLE color: 4276978.

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

Color convert

RGB 242 66 65 -
CMYK 0 0.73 0.73 0.05
HSL 0.34º 0.87% 0.6% -
HSV(B) 0.34º 0.73% 0.95% -
XYZ 39.52 23.16 7.39 -
YUV 118.51 97.81 216.08 -
System Red Green Blue C M Y K H S L
Decimal 242 66 65 0 0.73 0.73 0.05 0.34 0.87 0.6
Hex F2 42 41 0 49 49 5 0 57 3C
Octal 362 102 101 0 111 111 5 0 127 74
Binary 11110010 1000010 1000001 0 1001001 1001001 101 0 1010111 111100

Color Harmonies of #F24241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24241

Black with #F24241

Text Example


Text Example

White with #F24241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24241; }

 p { color: rgb(242,66,65); }

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

background-color css

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

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

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

border-color css

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

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

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