Html Css Color HEX #FC0764 Razzmatazz

📋 copy color: '#FC0764'

red 252 ◦ green 7 ◦ blue 100

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

Shades of Razzmatazz #FC0764

Tints of Razzmatazz #FC0764

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

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

R = 70.19%
G = 1.95%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC0764 (or 0xFC0764) is known color: Razzmatazz. HEX triplet: FC, 07 and 64. RGB value is (252,7,100). Sum of RGB (Red+Green+Blue) = 252+7+100=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0764 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0764 is #03F89B. Grayscale: #5A5A5A. Windows color (decimal): -260252 or 6555644. OLE color: 6555644.

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

Color convert

RGB 252 7 100 -
CMYK 0 0.97 0.60 0.01
HSL 337.22º 0.98% 0.51% -
HSV(B) 337.22º 0.97% 0.99% -
XYZ 42.52 21.77 14.02 -
YUV 90.86 133.17 242.94 -
System Red Green Blue C M Y K H S L
Decimal 252 7 100 0 0.97 0.60 0.01 337.22 0.98 0.51
Hex FC 7 64 0 61 3C 1 151 62 33
Octal 374 7 144 0 141 74 1 521 142 63
Binary 11111100 111 1100100 0 1100001 111100 1 101010001 1100010 110011

Color Harmonies of #FC0764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0764

Black with #FC0764

Text Example


Text Example

White with #FC0764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0764; }

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

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

background-color css

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

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

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

border-color css

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

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

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