Html Css Color HEX #FC016F Razzmatazz

📋 copy color: '#FC016F'

red 252 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #FC016F

Tints of Razzmatazz #FC016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 69.23%
G = 0.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC016F (or 0xFC016F) is known color: Razzmatazz. HEX triplet: FC, 01 and 6F. RGB value is (252,1,111). Sum of RGB (Red+Green+Blue) = 252+1+111=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC016F is #03FE90. Grayscale: #585858. Windows color (decimal): -261777 or 7275004. OLE color: 7275004.

HSL color Cylindrical-coordinate representation of color #FC016F: hue angle of 333.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC016F is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 111 -
CMYK 0 1.00 0.56 0.01
HSL 333.71º 0.99% 0.5% -
HSV(B) 333.71º 1% 0.99% -
XYZ 43.02 21.86 16.99 -
YUV 88.59 140.66 244.56 -
System Red Green Blue C M Y K H S L
Decimal 252 1 111 0 1.00 0.56 0.01 333.71 0.99 0.5
Hex FC 1 6F 0 64 38 1 14E 63 32
Octal 374 1 157 0 144 70 1 516 143 62
Binary 11111100 1 1101111 0 1100100 111000 1 101001110 1100011 110010

Color Harmonies of #FC016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC016F

Black with #FC016F

Text Example


Text Example

White with #FC016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC016F; }

 p { color: rgb(252,1,111); }

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

background-color css

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

 a { background-color: rgb(252,1,111); }

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

border-color css

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

 span { border-color: rgb(252,1,111); }

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