Html Css Color HEX #FC4171 Radical Red

📋 copy color: '#FC4171'

red 252 ◦ green 65 ◦ blue 113

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

Shades of Radical Red #FC4171

Tints of Radical Red #FC4171

RGB

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

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

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

R = 58.6%
G = 15.12%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC4171 (or 0xFC4171) is known color: Radical Red. HEX triplet: FC, 41 and 71. RGB value is (252,65,113). Sum of RGB (Red+Green+Blue) = 252+65+113=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4171 is #03BE8E. Grayscale: #7E7E7E. Windows color (decimal): -245391 or 7422460. OLE color: 7422460.

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

Color convert

RGB 252 65 113 -
CMYK 0 0.74 0.55 0.01
HSL 344.6º 0.97% 0.62% -
HSV(B) 344.6º 0.74% 0.99% -
XYZ 45.02 25.67 18.2 -
YUV 126.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 252 65 113 0 0.74 0.55 0.01 344.6 0.97 0.62
Hex FC 41 71 0 4A 37 1 159 61 3E
Octal 374 101 161 0 112 67 1 531 141 76
Binary 11111100 1000001 1110001 0 1001010 110111 1 101011001 1100001 111110

Color Harmonies of #FC4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4171

Black with #FC4171

Text Example


Text Example

White with #FC4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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