Html Css Color HEX #FB096F Razzmatazz

📋 copy color: '#FB096F'

red 251 ◦ green 9 ◦ blue 111

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

Shades of Razzmatazz #FB096F

Tints of Razzmatazz #FB096F

RGB

 RED value IS 251 (98.44% from 255) = 67.65%

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

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

R = 67.65%
G = 2.43%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB096F (or 0xFB096F) is known color: Razzmatazz. HEX triplet: FB, 09 and 6F. RGB value is (251,9,111). Sum of RGB (Red+Green+Blue) = 251+9+111=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB096F is #04F690. Grayscale: #5C5C5C. Windows color (decimal): -325265 or 7277051. OLE color: 7277051.

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

Color convert

RGB 251 9 111 -
CMYK 0 0.96 0.56 0.02
HSL 334.71º 0.97% 0.51% -
HSV(B) 334.71º 0.96% 0.98% -
XYZ 42.75 21.85 17 -
YUV 92.99 138.17 240.71 -
System Red Green Blue C M Y K H S L
Decimal 251 9 111 0 0.96 0.56 0.02 334.71 0.97 0.51
Hex FB 9 6F 0 60 38 2 14F 61 33
Octal 373 11 157 0 140 70 2 517 141 63
Binary 11111011 1001 1101111 0 1100000 111000 10 101001111 1100001 110011

Color Harmonies of #FB096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB096F

Black with #FB096F

Text Example


Text Example

White with #FB096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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