Html Css Color HEX #FC1F64 Radical Red

📋 copy color: '#FC1F64'

red 252 ◦ green 31 ◦ blue 100

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

Shades of Radical Red #FC1F64

Tints of Radical Red #FC1F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.09%

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

R = 65.8%
G = 8.09%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1F64 (or 0xFC1F64) is known color: Radical Red. HEX triplet: FC, 1F and 64. RGB value is (252,31,100). Sum of RGB (Red+Green+Blue) = 252+31+100=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1F64 is #03E09B. Grayscale: #686868. Windows color (decimal): -254108 or 6561788. OLE color: 6561788.

HSL color Cylindrical-coordinate representation of color #FC1F64: hue angle of 341.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1F64 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 31 100 -
CMYK 0 0.88 0.60 0.01
HSL 341.27º 0.97% 0.55% -
HSV(B) 341.27º 0.88% 0.99% -
XYZ 42.94 22.6 14.16 -
YUV 104.95 125.22 232.89 -
System Red Green Blue C M Y K H S L
Decimal 252 31 100 0 0.88 0.60 0.01 341.27 0.97 0.55
Hex FC 1F 64 0 58 3C 1 155 61 37
Octal 374 37 144 0 130 74 1 525 141 67
Binary 11111100 11111 1100100 0 1011000 111100 1 101010101 1100001 110111

Color Harmonies of #FC1F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1F64

Black with #FC1F64

Text Example


Text Example

White with #FC1F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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