Html Css Color HEX #FC0074 Razzmatazz

📋 copy color: '#FC0074'

red 252 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #FC0074

Tints of Razzmatazz #FC0074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 68.48%
G = 0%
B = 31.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC0074 (or 0xFC0074) is known color: Razzmatazz. HEX triplet: FC, 00 and 74. RGB value is (252,0,116). Sum of RGB (Red+Green+Blue) = 252+0+116=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0074 is #03FF8B. Grayscale: #585858. Windows color (decimal): -262028 or 7602428. OLE color: 7602428.

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

Color convert

RGB 252 0 116 -
CMYK 0 1 0.54 0.01
HSL 332.38º 1% 0.49% -
HSV(B) 332.38º 1% 0.99% -
XYZ 43.3 21.96 18.48 -
YUV 88.57 143.49 244.57 -
System Red Green Blue C M Y K H S L
Decimal 252 0 116 0 1 0.54 0.01 332.38 1 0.49
Hex FC 0 74 0 64 36 1 14C 64 31
Octal 374 0 164 0 144 66 1 514 144 61
Binary 11111100 0 1110100 0 1100100 110110 1 101001100 1100100 110001

Color Harmonies of #FC0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0074

Black with #FC0074

Text Example


Text Example

White with #FC0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0074; }

 p { color: rgb(252,0,116); }

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

background-color css

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

 a { background-color: rgb(252,0,116); }

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

border-color css

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

 span { border-color: rgb(252,0,116); }

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