Html Css Color HEX #F9085B Razzmatazz

📋 copy color: '#F9085B'

red 249 ◦ green 8 ◦ blue 91

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

Shades of Razzmatazz #F9085B

Tints of Razzmatazz #F9085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.3%

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 71.55%
G = 2.3%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F9085B (or 0xF9085B) is known color: Razzmatazz. HEX triplet: F9, 08 and 5B. RGB value is (249,8,91). Sum of RGB (Red+Green+Blue) = 249+8+91=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9085B is #06F7A4. Grayscale: #595959. Windows color (decimal): -456613 or 5966073. OLE color: 5966073.

HSL color Cylindrical-coordinate representation of color #F9085B: hue angle of 339.34º 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 #F9085B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 8 91 -
CMYK 0 0.97 0.63 0.02
HSL 339.34º 0.95% 0.5% -
HSV(B) 339.34º 0.97% 0.98% -
XYZ 41.04 21.07 11.8 -
YUV 89.52 128.84 241.75 -
System Red Green Blue C M Y K H S L
Decimal 249 8 91 0 0.97 0.63 0.02 339.34 0.95 0.5
Hex F9 8 5B 0 61 3F 2 153 5F 32
Octal 371 10 133 0 141 77 2 523 137 62
Binary 11111001 1000 1011011 0 1100001 111111 10 101010011 1011111 110010

Color Harmonies of #F9085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9085B

Black with #F9085B

Text Example


Text Example

White with #F9085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9085B; }

 p { color: rgb(249,8,91); }

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

background-color css

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

 a { background-color: rgb(249,8,91); }

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

border-color css

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

 span { border-color: rgb(249,8,91); }

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