Html Css Color HEX #FF096F Razzmatazz

📋 copy color: '#FF096F'

red 255 ◦ green 9 ◦ blue 111

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

Shades of Razzmatazz #FF096F

Tints of Razzmatazz #FF096F

RGB

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

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

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

R = 68%
G = 2.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF096F (or 0xFF096F) is known color: Razzmatazz. HEX triplet: FF, 09 and 6F. RGB value is (255,9,111). Sum of RGB (Red+Green+Blue) = 255+9+111=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF096F is #00F690. Grayscale: #5E5E5E. Windows color (decimal): -63121 or 7277055. OLE color: 7277055.

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

Color convert

RGB 255 9 111 -
CMYK 0 0.96 0.56 0
HSL 335.12º 1% 0.52% -
HSV(B) 335.12º 0.96% 1% -
XYZ 44.21 22.6 17.07 -
YUV 94.18 137.5 242.71 -
System Red Green Blue C M Y K H S L
Decimal 255 9 111 0 0.96 0.56 0 335.12 1 0.52
Hex FF 9 6F 0 60 38 0 14F 64 34
Octal 377 11 157 0 140 70 0 517 144 64
Binary 11111111 1001 1101111 0 1100000 111000 0 101001111 1100100 110100

Color Harmonies of #FF096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF096F

Black with #FF096F

Text Example


Text Example

White with #FF096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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