Html Css Color HEX #FC0A6C Razzmatazz

📋 copy color: '#FC0A6C'

red 252 ◦ green 10 ◦ blue 108

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

Shades of Razzmatazz #FC0A6C

Tints of Razzmatazz #FC0A6C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 68.11%
G = 2.7%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC0A6C (or 0xFC0A6C) is known color: Razzmatazz. HEX triplet: FC, 0A and 6C. RGB value is (252,10,108). Sum of RGB (Red+Green+Blue) = 252+10+108=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A6C is #03F593. Grayscale: #5D5D5D. Windows color (decimal): -259476 or 7080700. OLE color: 7080700.

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

Color convert

RGB 252 10 108 -
CMYK 0 0.96 0.57 0.01
HSL 335.7º 0.98% 0.51% -
HSV(B) 335.7º 0.96% 0.99% -
XYZ 42.96 22 16.17 -
YUV 93.53 136.17 241.03 -
System Red Green Blue C M Y K H S L
Decimal 252 10 108 0 0.96 0.57 0.01 335.7 0.98 0.51
Hex FC A 6C 0 60 39 1 150 62 33
Octal 374 12 154 0 140 71 1 520 142 63
Binary 11111100 1010 1101100 0 1100000 111001 1 101010000 1100010 110011

Color Harmonies of #FC0A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A6C

Black with #FC0A6C

Text Example


Text Example

White with #FC0A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A6C; }

 p { color: rgb(252,10,108); }

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

background-color css

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

 a { background-color: rgb(252,10,108); }

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

border-color css

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

 span { border-color: rgb(252,10,108); }

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