Html Css Color HEX #FC4370 Radical Red

📋 copy color: '#FC4370'

red 252 ◦ green 67 ◦ blue 112

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

Shades of Radical Red #FC4370

Tints of Radical Red #FC4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

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

R = 58.47%
G = 15.55%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC4370 (or 0xFC4370) is known color: Radical Red. HEX triplet: FC, 43 and 70. RGB value is (252,67,112). Sum of RGB (Red+Green+Blue) = 252+67+112=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4370 is #03BC8F. Grayscale: #7F7F7F. Windows color (decimal): -244880 or 7357436. OLE color: 7357436.

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

Color convert

RGB 252 67 112 -
CMYK 0 0.73 0.56 0.01
HSL 345.41º 0.97% 0.63% -
HSV(B) 345.41º 0.73% 0.99% -
XYZ 45.08 25.88 17.95 -
YUV 127.45 119.29 216.84 -
System Red Green Blue C M Y K H S L
Decimal 252 67 112 0 0.73 0.56 0.01 345.41 0.97 0.63
Hex FC 43 70 0 49 38 1 159 61 3F
Octal 374 103 160 0 111 70 1 531 141 77
Binary 11111100 1000011 1110000 0 1001001 111000 1 101011001 1100001 111111

Color Harmonies of #FC4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4370

Black with #FC4370

Text Example


Text Example

White with #FC4370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4370; }

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

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

background-color css

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

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

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

border-color css

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

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

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