Html Css Color HEX #FC4242 Coral Red

📋 copy color: '#FC4242'

red 252 ◦ green 66 ◦ blue 66

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

Shades of Coral Red #FC4242

Tints of Coral Red #FC4242

RGB

 RED value IS 252 (98.83% from 255) = 65.63%

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

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

R = 65.63%
G = 17.19%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC4242 (or 0xFC4242) is known color: Coral Red. HEX triplet: FC, 42 and 42. RGB value is (252,66,66). Sum of RGB (Red+Green+Blue) = 252+66+66=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4242 is #03BDBD. Grayscale: #797979. Windows color (decimal): -245182 or 4342524. OLE color: 4342524.

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

Color convert

RGB 252 66 66 -
CMYK 0 0.74 0.74 0.01
HSL 0.97% 0.62% -
HSV(B) 0.74% 0.99% -
XYZ 43.08 24.99 7.71 -
YUV 121.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 252 66 66 0 0.74 0.74 0.01 0 0.97 0.62
Hex FC 42 42 0 4A 4A 1 0 61 3E
Octal 374 102 102 0 112 112 1 0 141 76
Binary 11111100 1000010 1000010 0 1001010 1001010 1 0 1100001 111110

Color Harmonies of #FC4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4242

Black with #FC4242

Text Example


Text Example

White with #FC4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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