Html Css Color HEX #F90071 Razzmatazz

📋 copy color: '#F90071'

red 249 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #F90071

Tints of Razzmatazz #F90071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 68.78%
G = 0%
B = 31.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F90071 (or 0xF90071) is known color: Razzmatazz. HEX triplet: F9, 00 and 71. RGB value is (249,0,113). Sum of RGB (Red+Green+Blue) = 249+0+113=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F90071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90071 is #06FF8E. Grayscale: #575757. Windows color (decimal): -458639 or 7405817. OLE color: 7405817.

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

Color convert

RGB 249 0 113 -
CMYK 0 1 0.55 0.02
HSL 332.77º 1% 0.49% -
HSV(B) 332.77º 1% 0.98% -
XYZ 42.05 21.33 17.52 -
YUV 87.33 142.49 243.31 -
System Red Green Blue C M Y K H S L
Decimal 249 0 113 0 1 0.55 0.02 332.77 1 0.49
Hex F9 0 71 0 64 37 2 14D 64 31
Octal 371 0 161 0 144 67 2 515 144 61
Binary 11111001 0 1110001 0 1100100 110111 10 101001101 1100100 110001

Color Harmonies of #F90071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90071

Black with #F90071

Text Example


Text Example

White with #F90071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90071; }

 p { color: rgb(249,0,113); }

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

background-color css

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

 a { background-color: rgb(249,0,113); }

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

border-color css

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

 span { border-color: rgb(249,0,113); }

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