Html Css Color HEX #F90159 Razzmatazz

📋 copy color: '#F90159'

red 249 ◦ green 1 ◦ blue 89

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

Shades of Razzmatazz #F90159

Tints of Razzmatazz #F90159

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 73.45%
G = 0.29%
B = 26.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F90159 (or 0xF90159) is known color: Razzmatazz. HEX triplet: F9, 01 and 59. RGB value is (249,1,89). Sum of RGB (Red+Green+Blue) = 249+1+89=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F90159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90159 is #06FEA6. Grayscale: #555555. Windows color (decimal): -458407 or 5833209. OLE color: 5833209.

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

Color convert

RGB 249 1 89 -
CMYK 0 1.00 0.64 0.02
HSL 338.71º 0.99% 0.49% -
HSV(B) 338.71º 1% 0.98% -
XYZ 40.88 20.88 11.33 -
YUV 85.18 130.16 244.84 -
System Red Green Blue C M Y K H S L
Decimal 249 1 89 0 1.00 0.64 0.02 338.71 0.99 0.49
Hex F9 1 59 0 64 40 2 153 63 31
Octal 371 1 131 0 144 100 2 523 143 61
Binary 11111001 1 1011001 0 1100100 1000000 10 101010011 1100011 110001

Color Harmonies of #F90159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90159

Black with #F90159

Text Example


Text Example

White with #F90159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90159; }

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

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

background-color css

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

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

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

border-color css

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

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

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