Html Css Color HEX #F90059 Razzmatazz

📋 copy color: '#F90059'

red 249 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #F90059

Tints of Razzmatazz #F90059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 26.33%

R = 73.67%
G = 0%
B = 26.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F90059 (or 0xF90059) is known color: Razzmatazz. HEX triplet: F9, 00 and 59. RGB value is (249,0,89). Sum of RGB (Red+Green+Blue) = 249+0+89=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F90059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90059 is #06FFA6. Grayscale: #545454. Windows color (decimal): -458663 or 5832953. OLE color: 5832953.

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

Color convert

RGB 249 0 89 -
CMYK 0 1 0.64 0.02
HSL 338.55º 1% 0.49% -
HSV(B) 338.55º 1% 0.98% -
XYZ 40.87 20.86 11.32 -
YUV 84.6 130.49 245.26 -
System Red Green Blue C M Y K H S L
Decimal 249 0 89 0 1 0.64 0.02 338.55 1 0.49
Hex F9 0 59 0 64 40 2 153 64 31
Octal 371 0 131 0 144 100 2 523 144 61
Binary 11111001 0 1011001 0 1100100 1000000 10 101010011 1100100 110001

Color Harmonies of #F90059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90059

Black with #F90059

Text Example


Text Example

White with #F90059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90059; }

 p { color: rgb(249,0,89); }

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

background-color css

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

 a { background-color: rgb(249,0,89); }

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

border-color css

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

 span { border-color: rgb(249,0,89); }

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