Html Css Color HEX #FC0462 Razzmatazz

📋 copy color: '#FC0462'

red 252 ◦ green 4 ◦ blue 98

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

Shades of Razzmatazz #FC0462

Tints of Razzmatazz #FC0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 71.19%
G = 1.13%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC0462 (or 0xFC0462) is known color: Razzmatazz. HEX triplet: FC, 04 and 62. RGB value is (252,4,98). Sum of RGB (Red+Green+Blue) = 252+4+98=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0462 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0462 is #03FB9D. Grayscale: #585858. Windows color (decimal): -261022 or 6423804. OLE color: 6423804.

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

Color convert

RGB 252 4 98 -
CMYK 0 0.98 0.61 0.01
HSL 337.26º 0.98% 0.5% -
HSV(B) 337.26º 0.98% 0.99% -
XYZ 42.39 21.66 13.5 -
YUV 88.87 133.16 244.36 -
System Red Green Blue C M Y K H S L
Decimal 252 4 98 0 0.98 0.61 0.01 337.26 0.98 0.5
Hex FC 4 62 0 62 3D 1 151 62 32
Octal 374 4 142 0 142 75 1 521 142 62
Binary 11111100 100 1100010 0 1100010 111101 1 101010001 1100010 110010

Color Harmonies of #FC0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0462

Black with #FC0462

Text Example


Text Example

White with #FC0462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0462; }

 p { color: rgb(252,4,98); }

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

background-color css

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

 a { background-color: rgb(252,4,98); }

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

border-color css

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

 span { border-color: rgb(252,4,98); }

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