Html Css Color HEX #F44242 Coral Red

📋 copy color: '#F44242'

red 244 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #F44242

Tints of Coral Red #F44242

RGB

 RED value IS 244 (95.7% from 255) = 64.89%

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

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

R = 64.89%
G = 17.55%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F44242 (or 0xF44242) is known color: Coral Red. HEX triplet: F4, 42 and 42. RGB value is (244,66,66). Sum of RGB (Red+Green+Blue) = 244+66+66=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F44242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44242 is #0BBDBD. Grayscale: #777777. Windows color (decimal): -769470 or 4342516. OLE color: 4342516.

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

Color convert

RGB 244 66 66 -
CMYK 0 0.73 0.73 0.04
HSL 0.89% 0.61% -
HSV(B) 0.73% 0.96% -
XYZ 40.24 23.52 7.57 -
YUV 119.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 244 66 66 0 0.73 0.73 0.04 0 0.89 0.61
Hex F4 42 42 0 49 49 4 0 59 3D
Octal 364 102 102 0 111 111 4 0 131 75
Binary 11110100 1000010 1000010 0 1001001 1001001 100 0 1011001 111101

Color Harmonies of #F44242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44242

Black with #F44242

Text Example


Text Example

White with #F44242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44242; }

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

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

background-color css

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

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

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

border-color css

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

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

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