Html Css Color HEX #F90461 Razzmatazz

📋 copy color: '#F90461'

red 249 ◦ green 4 ◦ blue 97

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

Shades of Razzmatazz #F90461

Tints of Razzmatazz #F90461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 71.14%
G = 1.14%
B = 27.71%

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

#F90461 (or 0xF90461) is known color: Razzmatazz. HEX triplet: F9, 04 and 61. RGB value is (249,4,97). Sum of RGB (Red+Green+Blue) = 249+4+97=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F90461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90461 is #06FB9E. Grayscale: #575757. Windows color (decimal): -457631 or 6358265. OLE color: 6358265.

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

Color convert

RGB 249 4 97 -
CMYK 0 0.98 0.61 0.02
HSL 337.22º 0.97% 0.5% -
HSV(B) 337.22º 0.98% 0.98% -
XYZ 41.27 21.09 13.2 -
YUV 87.86 133.17 242.94 -
System Red Green Blue C M Y K H S L
Decimal 249 4 97 0 0.98 0.61 0.02 337.22 0.97 0.5
Hex F9 4 61 0 62 3D 2 151 61 32
Octal 371 4 141 0 142 75 2 521 141 62
Binary 11111001 100 1100001 0 1100010 111101 10 101010001 1100001 110010

Color Harmonies of #F90461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90461

Black with #F90461

Text Example


Text Example

White with #F90461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90461; }

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

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

background-color css

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

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

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

border-color css

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

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

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