Html Css Color HEX #FC115B Razzmatazz

📋 copy color: '#FC115B'

red 252 ◦ green 17 ◦ blue 91

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

Shades of Razzmatazz #FC115B

Tints of Razzmatazz #FC115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 70%
G = 4.72%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC115B (or 0xFC115B) is known color: Razzmatazz. HEX triplet: FC, 11 and 5B. RGB value is (252,17,91). Sum of RGB (Red+Green+Blue) = 252+17+91=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC115B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC115B is #03EEA4. Grayscale: #5F5F5F. Windows color (decimal): -257701 or 5968380. OLE color: 5968380.

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

Color convert

RGB 252 17 91 -
CMYK 0 0.93 0.64 0.01
HSL 341.11º 0.98% 0.53% -
HSV(B) 341.11º 0.93% 0.99% -
XYZ 42.23 21.85 11.89 -
YUV 95.7 125.36 239.48 -
System Red Green Blue C M Y K H S L
Decimal 252 17 91 0 0.93 0.64 0.01 341.11 0.98 0.53
Hex FC 11 5B 0 5D 40 1 155 62 35
Octal 374 21 133 0 135 100 1 525 142 65
Binary 11111100 10001 1011011 0 1011101 1000000 1 101010101 1100010 110101

Color Harmonies of #FC115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC115B

Black with #FC115B

Text Example


Text Example

White with #FC115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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