Html Css Color HEX #F90271 Razzmatazz

📋 copy color: '#F90271'

red 249 ◦ green 2 ◦ blue 113

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

Shades of Razzmatazz #F90271

Tints of Razzmatazz #F90271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 68.41%
G = 0.55%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F90271 (or 0xF90271) is known color: Razzmatazz. HEX triplet: F9, 02 and 71. RGB value is (249,2,113). Sum of RGB (Red+Green+Blue) = 249+2+113=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F90271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90271 is #06FD8E. Grayscale: #585858. Windows color (decimal): -458127 or 7406329. OLE color: 7406329.

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

Color convert

RGB 249 2 113 -
CMYK 0 0.99 0.55 0.02
HSL 333.04º 0.98% 0.49% -
HSV(B) 333.04º 0.99% 0.98% -
XYZ 42.07 21.38 17.53 -
YUV 88.51 141.83 242.47 -
System Red Green Blue C M Y K H S L
Decimal 249 2 113 0 0.99 0.55 0.02 333.04 0.98 0.49
Hex F9 2 71 0 63 37 2 14D 62 31
Octal 371 2 161 0 143 67 2 515 142 61
Binary 11111001 10 1110001 0 1100011 110111 10 101001101 1100010 110001

Color Harmonies of #F90271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90271

Black with #F90271

Text Example


Text Example

White with #F90271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90271; }

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

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

background-color css

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

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

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

border-color css

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

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

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