Html Css Color HEX #FC4241 Coral Red

📋 copy color: '#FC4241'

red 252 ◦ green 66 ◦ blue 65

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

Shades of Coral Red #FC4241

Tints of Coral Red #FC4241

RGB

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

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

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

R = 65.8%
G = 17.23%
B = 16.97%

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

#FC4241 (or 0xFC4241) is known color: Coral Red. HEX triplet: FC, 42 and 41. RGB value is (252,66,65). Sum of RGB (Red+Green+Blue) = 252+66+65=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4241 is #03BDBE. Grayscale: #797979. Windows color (decimal): -245183 or 4276988. OLE color: 4276988.

HSL color Cylindrical-coordinate representation of color #FC4241: hue angle of 0.32º 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 #FC4241 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 66 65 -
CMYK 0 0.74 0.74 0.01
HSL 0.32º 0.97% 0.62% -
HSV(B) 0.32º 0.74% 0.99% -
XYZ 43.05 24.97 7.55 -
YUV 121.5 96.12 221.08 -
System Red Green Blue C M Y K H S L
Decimal 252 66 65 0 0.74 0.74 0.01 0.32 0.97 0.62
Hex FC 42 41 0 4A 4A 1 0 61 3E
Octal 374 102 101 0 112 112 1 0 141 76
Binary 11111100 1000010 1000001 0 1001010 1001010 1 0 1100001 111110

Color Harmonies of #FC4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4241

Black with #FC4241

Text Example


Text Example

White with #FC4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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