Html Css Color HEX #FC1255 Razzmatazz

📋 copy color: '#FC1255'

red 252 ◦ green 18 ◦ blue 85

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

Shades of Razzmatazz #FC1255

Tints of Razzmatazz #FC1255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 70.99%
G = 5.07%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC1255 (or 0xFC1255) is known color: Razzmatazz. HEX triplet: FC, 12 and 55. RGB value is (252,18,85). Sum of RGB (Red+Green+Blue) = 252+18+85=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1255 is #03EDAA. Grayscale: #5F5F5F. Windows color (decimal): -257451 or 5575420. OLE color: 5575420.

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

Color convert

RGB 252 18 85 -
CMYK 0 0.93 0.66 0.01
HSL 342.82º 0.98% 0.53% -
HSV(B) 342.82º 0.93% 0.99% -
XYZ 42 21.78 10.59 -
YUV 95.6 122.02 239.55 -
System Red Green Blue C M Y K H S L
Decimal 252 18 85 0 0.93 0.66 0.01 342.82 0.98 0.53
Hex FC 12 55 0 5D 42 1 157 62 35
Octal 374 22 125 0 135 102 1 527 142 65
Binary 11111100 10010 1010101 0 1011101 1000010 1 101010111 1100010 110101

Color Harmonies of #FC1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1255

Black with #FC1255

Text Example


Text Example

White with #FC1255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1255; }

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

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

background-color css

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

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

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

border-color css

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

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

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