Html Css Color HEX #FC075B Razzmatazz

📋 copy color: '#FC075B'

red 252 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #FC075B

Tints of Razzmatazz #FC075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

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

R = 72%
G = 2%
B = 26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC075B (or 0xFC075B) is known color: Razzmatazz. HEX triplet: FC, 07 and 5B. RGB value is (252,7,91). Sum of RGB (Red+Green+Blue) = 252+7+91=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC075B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC075B is #03F8A4. Grayscale: #595959. Windows color (decimal): -260261 or 5965820. OLE color: 5965820.

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

Color convert

RGB 252 7 91 -
CMYK 0 0.97 0.64 0.01
HSL 339.43º 0.98% 0.51% -
HSV(B) 339.43º 0.97% 0.99% -
XYZ 42.11 21.6 11.85 -
YUV 89.83 128.67 243.67 -
System Red Green Blue C M Y K H S L
Decimal 252 7 91 0 0.97 0.64 0.01 339.43 0.98 0.51
Hex FC 7 5B 0 61 40 1 153 62 33
Octal 374 7 133 0 141 100 1 523 142 63
Binary 11111100 111 1011011 0 1100001 1000000 1 101010011 1100010 110011

Color Harmonies of #FC075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC075B

Black with #FC075B

Text Example


Text Example

White with #FC075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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