Html Css Color HEX #F9076B Razzmatazz

📋 copy color: '#F9076B'

red 249 ◦ green 7 ◦ blue 107

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

Shades of Razzmatazz #F9076B

Tints of Razzmatazz #F9076B

RGB

 RED value IS 249 (97.66% from 255) = 68.6%

 GREEN value IS 7 (3.13% from 255) = 1.93%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 68.6%
G = 1.93%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9076B (or 0xF9076B) is known color: Razzmatazz. HEX triplet: F9, 07 and 6B. RGB value is (249,7,107). Sum of RGB (Red+Green+Blue) = 249+7+107=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9076B is #06F894. Grayscale: #5A5A5A. Windows color (decimal): -456853 or 7014393. OLE color: 7014393.

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

Color convert

RGB 249 7 107 -
CMYK 0 0.97 0.57 0.02
HSL 335.21º 0.95% 0.5% -
HSV(B) 335.21º 0.97% 0.98% -
XYZ 41.8 21.35 15.83 -
YUV 90.76 137.17 240.87 -
System Red Green Blue C M Y K H S L
Decimal 249 7 107 0 0.97 0.57 0.02 335.21 0.95 0.5
Hex F9 7 6B 0 61 39 2 14F 5F 32
Octal 371 7 153 0 141 71 2 517 137 62
Binary 11111001 111 1101011 0 1100001 111001 10 101001111 1011111 110010

Color Harmonies of #F9076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9076B

Black with #F9076B

Text Example


Text Example

White with #F9076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9076B; }

 p { color: rgb(249,7,107); }

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

background-color css

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

 a { background-color: rgb(249,7,107); }

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

border-color css

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

 span { border-color: rgb(249,7,107); }

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