Html Css Color HEX #F64242 Coral Red

📋 copy color: '#F64242'

red 246 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #F64242

Tints of Coral Red #F64242

RGB

 RED value IS 246 (96.48% from 255) = 65.08%

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

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

R = 65.08%
G = 17.46%
B = 17.46%

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

#F64242 (or 0xF64242) is known color: Coral Red. HEX triplet: F6, 42 and 42. RGB value is (246,66,66). Sum of RGB (Red+Green+Blue) = 246+66+66=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F64242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64242 is #09BDBD. Grayscale: #787878. Windows color (decimal): -638398 or 4342518. OLE color: 4342518.

HSL color Cylindrical-coordinate representation of color #F64242: hue angle of 0º degrees, saturation: 0.91, 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 #F64242 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 66 66 -
CMYK 0 0.73 0.73 0.04
HSL 0.91% 0.61% -
HSV(B) 0.73% 0.96% -
XYZ 40.94 23.88 7.61 -
YUV 119.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 246 66 66 0 0.73 0.73 0.04 0 0.91 0.61
Hex F6 42 42 0 49 49 4 0 5B 3D
Octal 366 102 102 0 111 111 4 0 133 75
Binary 11110110 1000010 1000010 0 1001001 1001001 100 0 1011011 111101

Color Harmonies of #F64242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64242

Black with #F64242

Text Example


Text Example

White with #F64242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64242; }

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

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

background-color css

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

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

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

border-color css

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

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

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