Html Css Color HEX #FC1163 Razzmatazz

📋 copy color: '#FC1163'

red 252 ◦ green 17 ◦ blue 99

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

Shades of Razzmatazz #FC1163

Tints of Razzmatazz #FC1163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.62%

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 68.48%
G = 4.62%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC1163 (or 0xFC1163) is known color: Razzmatazz. HEX triplet: FC, 11 and 63. RGB value is (252,17,99). Sum of RGB (Red+Green+Blue) = 252+17+99=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1163 is #03EE9C. Grayscale: #606060. Windows color (decimal): -257693 or 6492668. OLE color: 6492668.

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

Color convert

RGB 252 17 99 -
CMYK 0 0.93 0.61 0.01
HSL 339.06º 0.98% 0.53% -
HSV(B) 339.06º 0.93% 0.99% -
XYZ 42.6 22 13.81 -
YUV 96.61 129.36 238.83 -
System Red Green Blue C M Y K H S L
Decimal 252 17 99 0 0.93 0.61 0.01 339.06 0.98 0.53
Hex FC 11 63 0 5D 3D 1 153 62 35
Octal 374 21 143 0 135 75 1 523 142 65
Binary 11111100 10001 1100011 0 1011101 111101 1 101010011 1100010 110101

Color Harmonies of #FC1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1163

Black with #FC1163

Text Example


Text Example

White with #FC1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1163; }

 p { color: rgb(252,17,99); }

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

background-color css

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

 a { background-color: rgb(252,17,99); }

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

border-color css

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

 span { border-color: rgb(252,17,99); }

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