Html Css Color HEX #F9085E Razzmatazz

📋 copy color: '#F9085E'

red 249 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #F9085E

Tints of Razzmatazz #F9085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 70.94%
G = 2.28%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9085E (or 0xF9085E) is known color: Razzmatazz. HEX triplet: F9, 08 and 5E. RGB value is (249,8,94). Sum of RGB (Red+Green+Blue) = 249+8+94=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9085E is #06F7A1. Grayscale: #595959. Windows color (decimal): -456610 or 6162681. OLE color: 6162681.

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

Color convert

RGB 249 8 94 -
CMYK 0 0.97 0.62 0.02
HSL 338.59º 0.95% 0.5% -
HSV(B) 338.59º 0.97% 0.98% -
XYZ 41.17 21.12 12.5 -
YUV 89.86 130.34 241.51 -
System Red Green Blue C M Y K H S L
Decimal 249 8 94 0 0.97 0.62 0.02 338.59 0.95 0.5
Hex F9 8 5E 0 61 3E 2 153 5F 32
Octal 371 10 136 0 141 76 2 523 137 62
Binary 11111001 1000 1011110 0 1100001 111110 10 101010011 1011111 110010

Color Harmonies of #F9085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9085E

Black with #F9085E

Text Example


Text Example

White with #F9085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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