Html Css Color HEX #F94242 Coral Red

📋 copy color: '#F94242'

red 249 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #F94242

Tints of Coral Red #F94242

RGB

 RED value IS 249 (97.66% from 255) = 65.35%

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

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

R = 65.35%
G = 17.32%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#F94242 (or 0xF94242) is known color: Coral Red. HEX triplet: F9, 42 and 42. RGB value is (249,66,66). Sum of RGB (Red+Green+Blue) = 249+66+66=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F94242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94242 is #06BDBD. Grayscale: #787878. Windows color (decimal): -441790 or 4342521. OLE color: 4342521.

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

Color convert

RGB 249 66 66 -
CMYK 0 0.73 0.73 0.02
HSL 0.94% 0.62% -
HSV(B) 0.73% 0.98% -
XYZ 42 24.43 7.66 -
YUV 120.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 249 66 66 0 0.73 0.73 0.02 0 0.94 0.62
Hex F9 42 42 0 49 49 2 0 5E 3E
Octal 371 102 102 0 111 111 2 0 136 76
Binary 11111001 1000010 1000010 0 1001001 1001001 10 0 1011110 111110

Color Harmonies of #F94242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94242

Black with #F94242

Text Example


Text Example

White with #F94242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94242; }

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

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

background-color css

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

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

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

border-color css

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

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

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