Html Css Color HEX #F90561 Razzmatazz

📋 copy color: '#F90561'

red 249 ◦ green 5 ◦ blue 97

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

Shades of Razzmatazz #F90561

Tints of Razzmatazz #F90561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 70.94%
G = 1.42%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F90561 (or 0xF90561) is known color: Razzmatazz. HEX triplet: F9, 05 and 61. RGB value is (249,5,97). Sum of RGB (Red+Green+Blue) = 249+5+97=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F90561 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90561 is #06FA9E. Grayscale: #585858. Windows color (decimal): -457375 or 6358521. OLE color: 6358521.

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

Color convert

RGB 249 5 97 -
CMYK 0 0.98 0.61 0.02
HSL 337.38º 0.96% 0.5% -
HSV(B) 337.38º 0.98% 0.98% -
XYZ 41.28 21.11 13.21 -
YUV 88.44 132.84 242.52 -
System Red Green Blue C M Y K H S L
Decimal 249 5 97 0 0.98 0.61 0.02 337.38 0.96 0.5
Hex F9 5 61 0 62 3D 2 151 60 32
Octal 371 5 141 0 142 75 2 521 140 62
Binary 11111001 101 1100001 0 1100010 111101 10 101010001 1100000 110010

Color Harmonies of #F90561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90561

Black with #F90561

Text Example


Text Example

White with #F90561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90561; }

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

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

background-color css

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

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

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

border-color css

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

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

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