Html Css Color HEX #FC4471 Radical Red

📋 copy color: '#FC4471'

red 252 ◦ green 68 ◦ blue 113

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

Shades of Radical Red #FC4471

Tints of Radical Red #FC4471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.7%

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 58.2%
G = 15.7%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC4471 (or 0xFC4471) is known color: Radical Red. HEX triplet: FC, 44 and 71. RGB value is (252,68,113). Sum of RGB (Red+Green+Blue) = 252+68+113=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4471 is #03BB8E. Grayscale: #808080. Windows color (decimal): -244623 or 7423228. OLE color: 7423228.

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

Color convert

RGB 252 68 113 -
CMYK 0 0.73 0.55 0.01
HSL 345.33º 0.97% 0.63% -
HSV(B) 345.33º 0.73% 0.99% -
XYZ 45.19 26.02 18.26 -
YUV 128.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 252 68 113 0 0.73 0.55 0.01 345.33 0.97 0.63
Hex FC 44 71 0 49 37 1 159 61 3F
Octal 374 104 161 0 111 67 1 531 141 77
Binary 11111100 1000100 1110001 0 1001001 110111 1 101011001 1100001 111111

Color Harmonies of #FC4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4471

Black with #FC4471

Text Example


Text Example

White with #FC4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4471; }

 p { color: rgb(252,68,113); }

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

background-color css

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

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

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

border-color css

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

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

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