Html Css Color HEX #F90558 Razzmatazz

📋 copy color: '#F90558'

red 249 ◦ green 5 ◦ blue 88

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

Shades of Razzmatazz #F90558

Tints of Razzmatazz #F90558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 72.81%
G = 1.46%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F90558 (or 0xF90558) is known color: Razzmatazz. HEX triplet: F9, 05 and 58. RGB value is (249,5,88). Sum of RGB (Red+Green+Blue) = 249+5+88=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F90558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90558 is #06FAA7. Grayscale: #575757. Windows color (decimal): -457384 or 5768697. OLE color: 5768697.

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

Color convert

RGB 249 5 88 -
CMYK 0 0.98 0.65 0.02
HSL 339.59º 0.96% 0.5% -
HSV(B) 339.59º 0.98% 0.98% -
XYZ 40.88 20.95 11.12 -
YUV 87.42 128.34 243.25 -
System Red Green Blue C M Y K H S L
Decimal 249 5 88 0 0.98 0.65 0.02 339.59 0.96 0.5
Hex F9 5 58 0 62 41 2 154 60 32
Octal 371 5 130 0 142 101 2 524 140 62
Binary 11111001 101 1011000 0 1100010 1000001 10 101010100 1100000 110010

Color Harmonies of #F90558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90558

Black with #F90558

Text Example


Text Example

White with #F90558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90558; }

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

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

background-color css

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

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

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

border-color css

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

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

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