Html Css Color HEX #FC096D Razzmatazz

📋 copy color: '#FC096D'

red 252 ◦ green 9 ◦ blue 109

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

Shades of Razzmatazz #FC096D

Tints of Razzmatazz #FC096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 68.11%
G = 2.43%
B = 29.46%

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

#FC096D (or 0xFC096D) is known color: Razzmatazz. HEX triplet: FC, 09 and 6D. RGB value is (252,9,109). Sum of RGB (Red+Green+Blue) = 252+9+109=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC096D is #03F692. Grayscale: #5C5C5C. Windows color (decimal): -259731 or 7145980. OLE color: 7145980.

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

Color convert

RGB 252 9 109 -
CMYK 0 0.96 0.57 0.01
HSL 335.31º 0.98% 0.51% -
HSV(B) 335.31º 0.96% 0.99% -
XYZ 43 21.99 16.45 -
YUV 93.06 137.01 241.37 -
System Red Green Blue C M Y K H S L
Decimal 252 9 109 0 0.96 0.57 0.01 335.31 0.98 0.51
Hex FC 9 6D 0 60 39 1 14F 62 33
Octal 374 11 155 0 140 71 1 517 142 63
Binary 11111100 1001 1101101 0 1100000 111001 1 101001111 1100010 110011

Color Harmonies of #FC096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC096D

Black with #FC096D

Text Example


Text Example

White with #FC096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC096D; }

 p { color: rgb(252,9,109); }

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

background-color css

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

 a { background-color: rgb(252,9,109); }

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

border-color css

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

 span { border-color: rgb(252,9,109); }

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