Html Css Color HEX #FC0960 Razzmatazz

📋 copy color: '#FC0960'

red 252 ◦ green 9 ◦ blue 96

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

Shades of Razzmatazz #FC0960

Tints of Razzmatazz #FC0960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 70.59%
G = 2.52%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC0960 (or 0xFC0960) is known color: Razzmatazz. HEX triplet: FC, 09 and 60. RGB value is (252,9,96). Sum of RGB (Red+Green+Blue) = 252+9+96=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0960 is #03F69F. Grayscale: #5B5B5B. Windows color (decimal): -259744 or 6294012. OLE color: 6294012.

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

Color convert

RGB 252 9 96 -
CMYK 0 0.96 0.62 0.01
HSL 338.52º 0.98% 0.51% -
HSV(B) 338.52º 0.96% 0.99% -
XYZ 42.35 21.74 13.03 -
YUV 91.58 130.51 242.43 -
System Red Green Blue C M Y K H S L
Decimal 252 9 96 0 0.96 0.62 0.01 338.52 0.98 0.51
Hex FC 9 60 0 60 3E 1 153 62 33
Octal 374 11 140 0 140 76 1 523 142 63
Binary 11111100 1001 1100000 0 1100000 111110 1 101010011 1100010 110011

Color Harmonies of #FC0960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0960

Black with #FC0960

Text Example


Text Example

White with #FC0960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0960; }

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

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

background-color css

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

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

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

border-color css

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

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

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