Html Css Color HEX #FC0468 Razzmatazz

📋 copy color: '#FC0468'

red 252 ◦ green 4 ◦ blue 104

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

Shades of Razzmatazz #FC0468

Tints of Razzmatazz #FC0468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 70%
G = 1.11%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC0468 (or 0xFC0468) is known color: Razzmatazz. HEX triplet: FC, 04 and 68. RGB value is (252,4,104). Sum of RGB (Red+Green+Blue) = 252+4+104=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0468 is #03FB97. Grayscale: #595959. Windows color (decimal): -261016 or 6817020. OLE color: 6817020.

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

Color convert

RGB 252 4 104 -
CMYK 0 0.98 0.59 0.01
HSL 335.81º 0.98% 0.5% -
HSV(B) 335.81º 0.98% 0.99% -
XYZ 42.69 21.78 15.05 -
YUV 89.55 136.16 243.87 -
System Red Green Blue C M Y K H S L
Decimal 252 4 104 0 0.98 0.59 0.01 335.81 0.98 0.5
Hex FC 4 68 0 62 3B 1 150 62 32
Octal 374 4 150 0 142 73 1 520 142 62
Binary 11111100 100 1101000 0 1100010 111011 1 101010000 1100010 110010

Color Harmonies of #FC0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0468

Black with #FC0468

Text Example


Text Example

White with #FC0468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0468; }

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

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

background-color css

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

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

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

border-color css

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

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

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