Html Css Color HEX #FC066A Razzmatazz

📋 copy color: '#FC066A'

red 252 ◦ green 6 ◦ blue 106

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

Shades of Razzmatazz #FC066A

Tints of Razzmatazz #FC066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 69.23%
G = 1.65%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC066A (or 0xFC066A) is known color: Razzmatazz. HEX triplet: FC, 06 and 6A. RGB value is (252,6,106). Sum of RGB (Red+Green+Blue) = 252+6+106=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC066A is #03F995. Grayscale: #5A5A5A. Windows color (decimal): -260502 or 6948604. OLE color: 6948604.

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

Color convert

RGB 252 6 106 -
CMYK 0 0.98 0.58 0.01
HSL 335.61º 0.98% 0.51% -
HSV(B) 335.61º 0.98% 0.99% -
XYZ 42.81 21.87 15.6 -
YUV 90.95 136.5 242.87 -
System Red Green Blue C M Y K H S L
Decimal 252 6 106 0 0.98 0.58 0.01 335.61 0.98 0.51
Hex FC 6 6A 0 62 3A 1 150 62 33
Octal 374 6 152 0 142 72 1 520 142 63
Binary 11111100 110 1101010 0 1100010 111010 1 101010000 1100010 110011

Color Harmonies of #FC066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC066A

Black with #FC066A

Text Example


Text Example

White with #FC066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC066A; }

 p { color: rgb(252,6,106); }

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

background-color css

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

 a { background-color: rgb(252,6,106); }

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

border-color css

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

 span { border-color: rgb(252,6,106); }

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