Html Css Color HEX #FF096C Razzmatazz

📋 copy color: '#FF096C'

red 255 ◦ green 9 ◦ blue 108

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

Shades of Razzmatazz #FF096C

Tints of Razzmatazz #FF096C

RGB

 RED value IS 255 (100% from 255) = 68.55%

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

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

R = 68.55%
G = 2.42%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF096C (or 0xFF096C) is known color: Razzmatazz. HEX triplet: FF, 09 and 6C. RGB value is (255,9,108). Sum of RGB (Red+Green+Blue) = 255+9+108=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF096C is #00F693. Grayscale: #5D5D5D. Windows color (decimal): -63124 or 7080447. OLE color: 7080447.

HSL color Cylindrical-coordinate representation of color #FF096C: hue angle of 335.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF096C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 9 108 -
CMYK 0 0.96 0.58 0
HSL 335.85º 1% 0.52% -
HSV(B) 335.85º 0.96% 1% -
XYZ 44.04 22.54 16.22 -
YUV 93.84 136 242.95 -
System Red Green Blue C M Y K H S L
Decimal 255 9 108 0 0.96 0.58 0 335.85 1 0.52
Hex FF 9 6C 0 60 3A 0 150 64 34
Octal 377 11 154 0 140 72 0 520 144 64
Binary 11111111 1001 1101100 0 1100000 111010 0 101010000 1100100 110100

Color Harmonies of #FF096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF096C

Black with #FF096C

Text Example


Text Example

White with #FF096C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF096C; }

 p { color: rgb(255,9,108); }

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

background-color css

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

 a { background-color: rgb(255,9,108); }

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

border-color css

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

 span { border-color: rgb(255,9,108); }

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