Html Css Color HEX #FC1260 Razzmatazz

📋 copy color: '#FC1260'

red 252 ◦ green 18 ◦ blue 96

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

Shades of Razzmatazz #FC1260

Tints of Razzmatazz #FC1260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

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

R = 68.85%
G = 4.92%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC1260 (or 0xFC1260) is known color: Razzmatazz. HEX triplet: FC, 12 and 60. RGB value is (252,18,96). Sum of RGB (Red+Green+Blue) = 252+18+96=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1260 is #03ED9F. Grayscale: #606060. Windows color (decimal): -257440 or 6296316. OLE color: 6296316.

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

Color convert

RGB 252 18 96 -
CMYK 0 0.93 0.62 0.01
HSL 340º 0.98% 0.53% -
HSV(B) 340º 0.93% 0.99% -
XYZ 42.47 21.97 13.07 -
YUV 96.86 127.52 238.66 -
System Red Green Blue C M Y K H S L
Decimal 252 18 96 0 0.93 0.62 0.01 340 0.98 0.53
Hex FC 12 60 0 5D 3E 1 154 62 35
Octal 374 22 140 0 135 76 1 524 142 65
Binary 11111100 10010 1100000 0 1011101 111110 1 101010100 1100010 110101

Color Harmonies of #FC1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1260

Black with #FC1260

Text Example


Text Example

White with #FC1260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1260; }

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

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

background-color css

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

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

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

border-color css

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

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

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