Html Css Color HEX #FC4251 Radical Red

📋 copy color: '#FC4251'

red 252 ◦ green 66 ◦ blue 81

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

Shades of Radical Red #FC4251

Tints of Radical Red #FC4251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 63.16%
G = 16.54%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FC4251 (or 0xFC4251) is known color: Radical Red. HEX triplet: FC, 42 and 51. RGB value is (252,66,81). Sum of RGB (Red+Green+Blue) = 252+66+81=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4251 is #03BDAE. Grayscale: #7B7B7B. Windows color (decimal): -245167 or 5325564. OLE color: 5325564.

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

Color convert

RGB 252 66 81 -
CMYK 0 0.74 0.68 0.01
HSL 355.16º 0.97% 0.62% -
HSV(B) 355.16º 0.74% 0.99% -
XYZ 43.58 25.19 10.35 -
YUV 123.32 104.12 219.78 -
System Red Green Blue C M Y K H S L
Decimal 252 66 81 0 0.74 0.68 0.01 355.16 0.97 0.62
Hex FC 42 51 0 4A 44 1 163 61 3E
Octal 374 102 121 0 112 104 1 543 141 76
Binary 11111100 1000010 1010001 0 1001010 1000100 1 101100011 1100001 111110

Color Harmonies of #FC4251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4251

Black with #FC4251

Text Example


Text Example

White with #FC4251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4251; }

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

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

background-color css

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

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

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

border-color css

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

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

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