Html Css Color HEX #FC413C Coral Red

📋 copy color: '#FC413C'

red 252 ◦ green 65 ◦ blue 60

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

Shades of Coral Red #FC413C

Tints of Coral Red #FC413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 66.84%
G = 17.24%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC413C (or 0xFC413C) is known color: Coral Red. HEX triplet: FC, 41 and 3C. RGB value is (252,65,60). Sum of RGB (Red+Green+Blue) = 252+65+60=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC413C is #03BEC3. Grayscale: #787878. Windows color (decimal): -245444 or 3949052. OLE color: 3949052.

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

Color convert

RGB 252 65 60 -
CMYK 0 0.74 0.76 0.01
HSL 1.56º 0.97% 0.61% -
HSV(B) 1.56º 0.76% 0.99% -
XYZ 42.85 24.8 6.8 -
YUV 120.34 93.95 221.91 -
System Red Green Blue C M Y K H S L
Decimal 252 65 60 0 0.74 0.76 0.01 1.56 0.97 0.61
Hex FC 41 3C 0 4A 4C 1 2 61 3D
Octal 374 101 74 0 112 114 1 2 141 75
Binary 11111100 1000001 111100 0 1001010 1001100 1 10 1100001 111101

Color Harmonies of #FC413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC413C

Black with #FC413C

Text Example


Text Example

White with #FC413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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