Html Css Color HEX #FC4071 Radical Red

📋 copy color: '#FC4071'

red 252 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #FC4071

Tints of Radical Red #FC4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.92%

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

R = 58.74%
G = 14.92%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC4071 (or 0xFC4071) is known color: Radical Red. HEX triplet: FC, 40 and 71. RGB value is (252,64,113). Sum of RGB (Red+Green+Blue) = 252+64+113=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4071 is #03BF8E. Grayscale: #7D7D7D. Windows color (decimal): -245647 or 7422204. OLE color: 7422204.

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

Color convert

RGB 252 64 113 -
CMYK 0 0.75 0.55 0.01
HSL 344.36º 0.97% 0.62% -
HSV(B) 344.36º 0.75% 0.99% -
XYZ 44.96 25.55 18.19 -
YUV 125.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 252 64 113 0 0.75 0.55 0.01 344.36 0.97 0.62
Hex FC 40 71 0 4B 37 1 158 61 3E
Octal 374 100 161 0 113 67 1 530 141 76
Binary 11111100 1000000 1110001 0 1001011 110111 1 101011000 1100001 111110

Color Harmonies of #FC4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4071

Black with #FC4071

Text Example


Text Example

White with #FC4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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