Html Css Color HEX #FC014F Razzmatazz

📋 copy color: '#FC014F'

red 252 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #FC014F

Tints of Razzmatazz #FC014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 75.9%
G = 0.3%
B = 23.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC014F (or 0xFC014F) is known color: Razzmatazz. HEX triplet: FC, 01 and 4F. RGB value is (252,1,79). Sum of RGB (Red+Green+Blue) = 252+1+79=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC014F is #03FEB0. Grayscale: #545454. Windows color (decimal): -261809 or 5177852. OLE color: 5177852.

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

Color convert

RGB 252 1 79 -
CMYK 0 1.00 0.69 0.01
HSL 341.35º 0.99% 0.5% -
HSV(B) 341.35º 1% 0.99% -
XYZ 41.57 21.28 9.31 -
YUV 84.94 124.66 247.16 -
System Red Green Blue C M Y K H S L
Decimal 252 1 79 0 1.00 0.69 0.01 341.35 0.99 0.5
Hex FC 1 4F 0 64 45 1 155 63 32
Octal 374 1 117 0 144 105 1 525 143 62
Binary 11111100 1 1001111 0 1100100 1000101 1 101010101 1100011 110010

Color Harmonies of #FC014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC014F

Black with #FC014F

Text Example


Text Example

White with #FC014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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