Html Css Color HEX #FC0253 Razzmatazz

📋 copy color: '#FC0253'

red 252 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #FC0253

Tints of Razzmatazz #FC0253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 74.78%
G = 0.59%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC0253 (or 0xFC0253) is known color: Razzmatazz. HEX triplet: FC, 02 and 53. RGB value is (252,2,83). Sum of RGB (Red+Green+Blue) = 252+2+83=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0253 is #03FDAC. Grayscale: #555555. Windows color (decimal): -261549 or 5440252. OLE color: 5440252.

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

Color convert

RGB 252 2 83 -
CMYK 0 0.99 0.67 0.01
HSL 340.56º 0.98% 0.5% -
HSV(B) 340.56º 0.99% 0.99% -
XYZ 41.73 21.36 10.11 -
YUV 85.98 126.33 246.41 -
System Red Green Blue C M Y K H S L
Decimal 252 2 83 0 0.99 0.67 0.01 340.56 0.98 0.5
Hex FC 2 53 0 63 43 1 155 62 32
Octal 374 2 123 0 143 103 1 525 142 62
Binary 11111100 10 1010011 0 1100011 1000011 1 101010101 1100010 110010

Color Harmonies of #FC0253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0253

Black with #FC0253

Text Example


Text Example

White with #FC0253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0253; }

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

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

background-color css

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

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

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

border-color css

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

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

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