Html Css Color HEX #F9055E Razzmatazz

📋 copy color: '#F9055E'

red 249 ◦ green 5 ◦ blue 94

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

Shades of Razzmatazz #F9055E

Tints of Razzmatazz #F9055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 71.55%
G = 1.44%
B = 27.01%

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

#F9055E (or 0xF9055E) is known color: Razzmatazz. HEX triplet: F9, 05 and 5E. RGB value is (249,5,94). Sum of RGB (Red+Green+Blue) = 249+5+94=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9055E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9055E is #06FAA1. Grayscale: #575757. Windows color (decimal): -457378 or 6161913. OLE color: 6161913.

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

Color convert

RGB 249 5 94 -
CMYK 0 0.98 0.62 0.02
HSL 338.11º 0.96% 0.5% -
HSV(B) 338.11º 0.98% 0.98% -
XYZ 41.14 21.06 12.49 -
YUV 88.1 131.34 242.76 -
System Red Green Blue C M Y K H S L
Decimal 249 5 94 0 0.98 0.62 0.02 338.11 0.96 0.5
Hex F9 5 5E 0 62 3E 2 152 60 32
Octal 371 5 136 0 142 76 2 522 140 62
Binary 11111001 101 1011110 0 1100010 111110 10 101010010 1100000 110010

Color Harmonies of #F9055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9055E

Black with #F9055E

Text Example


Text Example

White with #F9055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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