Html Css Color HEX #F9075E Razzmatazz

📋 copy color: '#F9075E'

red 249 ◦ green 7 ◦ blue 94

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

Shades of Razzmatazz #F9075E

Tints of Razzmatazz #F9075E

RGB

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

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

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

R = 71.14%
G = 2%
B = 26.86%

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

#F9075E (or 0xF9075E) is known color: Razzmatazz. HEX triplet: F9, 07 and 5E. RGB value is (249,7,94). Sum of RGB (Red+Green+Blue) = 249+7+94=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F9075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9075E is #06F8A1. Grayscale: #595959. Windows color (decimal): -456866 or 6162425. OLE color: 6162425.

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

Color convert

RGB 249 7 94 -
CMYK 0 0.97 0.62 0.02
HSL 338.43º 0.95% 0.5% -
HSV(B) 338.43º 0.97% 0.98% -
XYZ 41.16 21.1 12.49 -
YUV 89.28 130.67 241.93 -
System Red Green Blue C M Y K H S L
Decimal 249 7 94 0 0.97 0.62 0.02 338.43 0.95 0.5
Hex F9 7 5E 0 61 3E 2 152 5F 32
Octal 371 7 136 0 141 76 2 522 137 62
Binary 11111001 111 1011110 0 1100001 111110 10 101010010 1011111 110010

Color Harmonies of #F9075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9075E

Black with #F9075E

Text Example


Text Example

White with #F9075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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