Html Css Color HEX #FC4170 Radical Red

📋 copy color: '#FC4170'

red 252 ◦ green 65 ◦ blue 112

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

Shades of Radical Red #FC4170

Tints of Radical Red #FC4170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 58.74%
G = 15.15%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC4170 (or 0xFC4170) is known color: Radical Red. HEX triplet: FC, 41 and 70. RGB value is (252,65,112). Sum of RGB (Red+Green+Blue) = 252+65+112=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4170 is #03BE8F. Grayscale: #7E7E7E. Windows color (decimal): -245392 or 7356924. OLE color: 7356924.

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

Color convert

RGB 252 65 112 -
CMYK 0 0.74 0.56 0.01
HSL 344.92º 0.97% 0.62% -
HSV(B) 344.92º 0.74% 0.99% -
XYZ 44.96 25.65 17.91 -
YUV 126.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 252 65 112 0 0.74 0.56 0.01 344.92 0.97 0.62
Hex FC 41 70 0 4A 38 1 159 61 3E
Octal 374 101 160 0 112 70 1 531 141 76
Binary 11111100 1000001 1110000 0 1001010 111000 1 101011001 1100001 111110

Color Harmonies of #FC4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4170

Black with #FC4170

Text Example


Text Example

White with #FC4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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