Html Css Color HEX #F9065E Razzmatazz

📋 copy color: '#F9065E'

red 249 ◦ green 6 ◦ blue 94

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

Shades of Razzmatazz #F9065E

Tints of Razzmatazz #F9065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 71.35%
G = 1.72%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F9065E (or 0xF9065E) is known color: Razzmatazz. HEX triplet: F9, 06 and 5E. RGB value is (249,6,94). Sum of RGB (Red+Green+Blue) = 249+6+94=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9065E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9065E is #06F9A1. Grayscale: #585858. Windows color (decimal): -457122 or 6162169. OLE color: 6162169.

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

Color convert

RGB 249 6 94 -
CMYK 0 0.98 0.62 0.02
HSL 338.27º 0.95% 0.5% -
HSV(B) 338.27º 0.98% 0.98% -
XYZ 41.15 21.08 12.49 -
YUV 88.69 131.01 242.34 -
System Red Green Blue C M Y K H S L
Decimal 249 6 94 0 0.98 0.62 0.02 338.27 0.95 0.5
Hex F9 6 5E 0 62 3E 2 152 5F 32
Octal 371 6 136 0 142 76 2 522 137 62
Binary 11111001 110 1011110 0 1100010 111110 10 101010010 1011111 110010

Color Harmonies of #F9065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9065E

Black with #F9065E

Text Example


Text Example

White with #F9065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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