Html Css Color HEX #FC0255 Razzmatazz

📋 copy color: '#FC0255'

red 252 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #FC0255

Tints of Razzmatazz #FC0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 74.34%
G = 0.59%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FC0255 (or 0xFC0255) is known color: Razzmatazz. HEX triplet: FC, 02 and 55. RGB value is (252,2,85). Sum of RGB (Red+Green+Blue) = 252+2+85=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0255 is #03FDAA. Grayscale: #565656. Windows color (decimal): -261547 or 5571324. OLE color: 5571324.

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

Color convert

RGB 252 2 85 -
CMYK 0 0.99 0.66 0.01
HSL 340.08º 0.98% 0.5% -
HSV(B) 340.08º 0.99% 0.99% -
XYZ 41.81 21.39 10.52 -
YUV 86.21 127.33 246.25 -
System Red Green Blue C M Y K H S L
Decimal 252 2 85 0 0.99 0.66 0.01 340.08 0.98 0.5
Hex FC 2 55 0 63 42 1 154 62 32
Octal 374 2 125 0 143 102 1 524 142 62
Binary 11111100 10 1010101 0 1100011 1000010 1 101010100 1100010 110010

Color Harmonies of #FC0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0255

Black with #FC0255

Text Example


Text Example

White with #FC0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0255; }

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

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

background-color css

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

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

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

border-color css

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

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

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