Html Css Color HEX #FC4164 Radical Red

📋 copy color: '#FC4164'

red 252 ◦ green 65 ◦ blue 100

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

Shades of Radical Red #FC4164

Tints of Radical Red #FC4164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.98%

R = 60.43%
G = 15.59%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4164 (or 0xFC4164) is known color: Radical Red. HEX triplet: FC, 41 and 64. RGB value is (252,65,100). Sum of RGB (Red+Green+Blue) = 252+65+100=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4164 is #03BE9B. Grayscale: #7C7C7C. Windows color (decimal): -245404 or 6570492. OLE color: 6570492.

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

Color convert

RGB 252 65 100 -
CMYK 0 0.74 0.60 0.01
HSL 348.77º 0.97% 0.62% -
HSV(B) 348.77º 0.74% 0.99% -
XYZ 44.34 25.4 14.62 -
YUV 124.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 252 65 100 0 0.74 0.60 0.01 348.77 0.97 0.62
Hex FC 41 64 0 4A 3C 1 15D 61 3E
Octal 374 101 144 0 112 74 1 535 141 76
Binary 11111100 1000001 1100100 0 1001010 111100 1 101011101 1100001 111110

Color Harmonies of #FC4164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4164

Black with #FC4164

Text Example


Text Example

White with #FC4164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4164; }

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

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

background-color css

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

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

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

border-color css

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

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

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