Html Css Color HEX #FC0B71 Razzmatazz

📋 copy color: '#FC0B71'

red 252 ◦ green 11 ◦ blue 113

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

Shades of Razzmatazz #FC0B71

Tints of Razzmatazz #FC0B71

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 67.02%
G = 2.93%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC0B71 (or 0xFC0B71) is known color: Razzmatazz. HEX triplet: FC, 0B and 71. RGB value is (252,11,113). Sum of RGB (Red+Green+Blue) = 252+11+113=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0B71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0B71 is #03F48E. Grayscale: #5E5E5E. Windows color (decimal): -259215 or 7408636. OLE color: 7408636.

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

Color convert

RGB 252 11 113 -
CMYK 0 0.96 0.55 0.01
HSL 334.61º 0.98% 0.52% -
HSV(B) 334.61º 0.96% 0.99% -
XYZ 43.25 22.13 17.61 -
YUV 94.69 138.34 240.21 -
System Red Green Blue C M Y K H S L
Decimal 252 11 113 0 0.96 0.55 0.01 334.61 0.98 0.52
Hex FC B 71 0 60 37 1 14F 62 34
Octal 374 13 161 0 140 67 1 517 142 64
Binary 11111100 1011 1110001 0 1100000 110111 1 101001111 1100010 110100

Color Harmonies of #FC0B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0B71

Black with #FC0B71

Text Example


Text Example

White with #FC0B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0B71; }

 p { color: rgb(252,11,113); }

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

background-color css

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

 a { background-color: rgb(252,11,113); }

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

border-color css

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

 span { border-color: rgb(252,11,113); }

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