Html Css Color HEX #F90772 Razzmatazz

📋 copy color: '#F90772'

red 249 ◦ green 7 ◦ blue 114

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

Shades of Razzmatazz #F90772

Tints of Razzmatazz #F90772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.89%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 67.3%
G = 1.89%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F90772 (or 0xF90772) is known color: Razzmatazz. HEX triplet: F9, 07 and 72. RGB value is (249,7,114). Sum of RGB (Red+Green+Blue) = 249+7+114=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F90772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90772 is #06F88D. Grayscale: #5B5B5B. Windows color (decimal): -456846 or 7473145. OLE color: 7473145.

HSL color Cylindrical-coordinate representation of color #F90772: hue angle of 333.47º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90772 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 7 114 -
CMYK 0 0.97 0.54 0.02
HSL 333.47º 0.95% 0.5% -
HSV(B) 333.47º 0.97% 0.98% -
XYZ 42.18 21.51 17.85 -
YUV 91.56 140.67 240.3 -
System Red Green Blue C M Y K H S L
Decimal 249 7 114 0 0.97 0.54 0.02 333.47 0.95 0.5
Hex F9 7 72 0 61 36 2 14D 5F 32
Octal 371 7 162 0 141 66 2 515 137 62
Binary 11111001 111 1110010 0 1100001 110110 10 101001101 1011111 110010

Color Harmonies of #F90772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90772

Black with #F90772

Text Example


Text Example

White with #F90772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90772; }

 p { color: rgb(249,7,114); }

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

background-color css

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

 a { background-color: rgb(249,7,114); }

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

border-color css

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

 span { border-color: rgb(249,7,114); }

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