Html Css Color HEX #FC1159 Razzmatazz

📋 copy color: '#FC1159'

red 252 ◦ green 17 ◦ blue 89

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

Shades of Razzmatazz #FC1159

Tints of Razzmatazz #FC1159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 70.39%
G = 4.75%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC1159 (or 0xFC1159) is known color: Razzmatazz. HEX triplet: FC, 11 and 59. RGB value is (252,17,89). Sum of RGB (Red+Green+Blue) = 252+17+89=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1159 is #03EEA6. Grayscale: #5F5F5F. Windows color (decimal): -257703 or 5837308. OLE color: 5837308.

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

Color convert

RGB 252 17 89 -
CMYK 0 0.93 0.65 0.01
HSL 341.62º 0.98% 0.53% -
HSV(B) 341.62º 0.93% 0.99% -
XYZ 42.15 21.82 11.44 -
YUV 95.47 124.36 239.65 -
System Red Green Blue C M Y K H S L
Decimal 252 17 89 0 0.93 0.65 0.01 341.62 0.98 0.53
Hex FC 11 59 0 5D 41 1 156 62 35
Octal 374 21 131 0 135 101 1 526 142 65
Binary 11111100 10001 1011001 0 1011101 1000001 1 101010110 1100010 110101

Color Harmonies of #FC1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1159

Black with #FC1159

Text Example


Text Example

White with #FC1159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1159; }

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

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

background-color css

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

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

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

border-color css

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

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

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