Html Css Color HEX #FC3F42 Radical Red

📋 copy color: '#FC3F42'

red 252 ◦ green 63 ◦ blue 66

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

Shades of Radical Red #FC3F42

Tints of Radical Red #FC3F42

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

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

R = 66.14%
G = 16.54%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC3F42 (or 0xFC3F42) is known color: Radical Red. HEX triplet: FC, 3F and 42. RGB value is (252,63,66). Sum of RGB (Red+Green+Blue) = 252+63+66=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3F42 is #03C0BD. Grayscale: #787878. Windows color (decimal): -245950 or 4341756. OLE color: 4341756.

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

Color convert

RGB 252 63 66 -
CMYK 0 0.75 0.74 0.01
HSL 359.05º 0.97% 0.62% -
HSV(B) 359.05º 0.75% 0.99% -
XYZ 42.91 24.64 7.65 -
YUV 119.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 252 63 66 0 0.75 0.74 0.01 359.05 0.97 0.62
Hex FC 3F 42 0 4B 4A 1 167 61 3E
Octal 374 77 102 0 113 112 1 547 141 76
Binary 11111100 111111 1000010 0 1001011 1001010 1 101100111 1100001 111110

Color Harmonies of #FC3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3F42

Black with #FC3F42

Text Example


Text Example

White with #FC3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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