Html Css Color HEX #FC066B Razzmatazz

📋 copy color: '#FC066B'

red 252 ◦ green 6 ◦ blue 107

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

Shades of Razzmatazz #FC066B

Tints of Razzmatazz #FC066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 69.04%
G = 1.64%
B = 29.32%

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

#FC066B (or 0xFC066B) is known color: Razzmatazz. HEX triplet: FC, 06 and 6B. RGB value is (252,6,107). Sum of RGB (Red+Green+Blue) = 252+6+107=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC066B is #03F994. Grayscale: #5A5A5A. Windows color (decimal): -260501 or 7014140. OLE color: 7014140.

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

Color convert

RGB 252 6 107 -
CMYK 0 0.98 0.58 0.01
HSL 335.37º 0.98% 0.51% -
HSV(B) 335.37º 0.98% 0.99% -
XYZ 42.86 21.89 15.88 -
YUV 91.07 137 242.79 -
System Red Green Blue C M Y K H S L
Decimal 252 6 107 0 0.98 0.58 0.01 335.37 0.98 0.51
Hex FC 6 6B 0 62 3A 1 14F 62 33
Octal 374 6 153 0 142 72 1 517 142 63
Binary 11111100 110 1101011 0 1100010 111010 1 101001111 1100010 110011

Color Harmonies of #FC066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC066B

Black with #FC066B

Text Example


Text Example

White with #FC066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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