Html Css Color HEX #FC0970 Razzmatazz

📋 copy color: '#FC0970'

red 252 ◦ green 9 ◦ blue 112

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

Shades of Razzmatazz #FC0970

Tints of Razzmatazz #FC0970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.41%

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 67.56%
G = 2.41%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC0970 (or 0xFC0970) is known color: Razzmatazz. HEX triplet: FC, 09 and 70. RGB value is (252,9,112). Sum of RGB (Red+Green+Blue) = 252+9+112=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0970 is #03F68F. Grayscale: #5D5D5D. Windows color (decimal): -259728 or 7342588. OLE color: 7342588.

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

Color convert

RGB 252 9 112 -
CMYK 0 0.96 0.56 0.01
HSL 334.57º 0.98% 0.51% -
HSV(B) 334.57º 0.96% 0.99% -
XYZ 43.17 22.06 17.31 -
YUV 93.4 138.51 241.12 -
System Red Green Blue C M Y K H S L
Decimal 252 9 112 0 0.96 0.56 0.01 334.57 0.98 0.51
Hex FC 9 70 0 60 38 1 14F 62 33
Octal 374 11 160 0 140 70 1 517 142 63
Binary 11111100 1001 1110000 0 1100000 111000 1 101001111 1100010 110011

Color Harmonies of #FC0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0970

Black with #FC0970

Text Example


Text Example

White with #FC0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0970; }

 p { color: rgb(252,9,112); }

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

background-color css

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

 a { background-color: rgb(252,9,112); }

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

border-color css

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

 span { border-color: rgb(252,9,112); }

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