Html Css Color HEX #FC0358 Razzmatazz

📋 copy color: '#FC0358'

red 252 ◦ green 3 ◦ blue 88

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

Shades of Razzmatazz #FC0358

Tints of Razzmatazz #FC0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 88 (34.77% from 255) = 25.66%

R = 73.47%
G = 0.87%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FC0358 (or 0xFC0358) is known color: Razzmatazz. HEX triplet: FC, 03 and 58. RGB value is (252,3,88). Sum of RGB (Red+Green+Blue) = 252+3+88=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0358 is #03FCA7. Grayscale: #575757. Windows color (decimal): -261288 or 5768188. OLE color: 5768188.

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

Color convert

RGB 252 3 88 -
CMYK 0 0.99 0.65 0.01
HSL 339.52º 0.98% 0.5% -
HSV(B) 339.52º 0.99% 0.99% -
XYZ 41.94 21.47 11.17 -
YUV 87.14 128.49 245.59 -
System Red Green Blue C M Y K H S L
Decimal 252 3 88 0 0.99 0.65 0.01 339.52 0.98 0.5
Hex FC 3 58 0 63 41 1 154 62 32
Octal 374 3 130 0 143 101 1 524 142 62
Binary 11111100 11 1011000 0 1100011 1000001 1 101010100 1100010 110010

Color Harmonies of #FC0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0358

Black with #FC0358

Text Example


Text Example

White with #FC0358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0358; }

 p { color: rgb(252,3,88); }

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

background-color css

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

 a { background-color: rgb(252,3,88); }

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

border-color css

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

 span { border-color: rgb(252,3,88); }

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