Html Css Color HEX #FC0A6F Razzmatazz

📋 copy color: '#FC0A6F'

red 252 ◦ green 10 ◦ blue 111

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

Shades of Razzmatazz #FC0A6F

Tints of Razzmatazz #FC0A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 67.56%
G = 2.68%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC0A6F (or 0xFC0A6F) is known color: Razzmatazz. HEX triplet: FC, 0A and 6F. RGB value is (252,10,111). Sum of RGB (Red+Green+Blue) = 252+10+111=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0A6F is #03F590. Grayscale: #5D5D5D. Windows color (decimal): -259473 or 7277308. OLE color: 7277308.

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

Color convert

RGB 252 10 111 -
CMYK 0 0.96 0.56 0.01
HSL 334.96º 0.98% 0.51% -
HSV(B) 334.96º 0.96% 0.99% -
XYZ 43.12 22.06 17.02 -
YUV 93.87 137.67 240.79 -
System Red Green Blue C M Y K H S L
Decimal 252 10 111 0 0.96 0.56 0.01 334.96 0.98 0.51
Hex FC A 6F 0 60 38 1 14F 62 33
Octal 374 12 157 0 140 70 1 517 142 63
Binary 11111100 1010 1101111 0 1100000 111000 1 101001111 1100010 110011

Color Harmonies of #FC0A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A6F

Black with #FC0A6F

Text Example


Text Example

White with #FC0A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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