Html Css Color HEX #F90273 Razzmatazz

📋 copy color: '#F90273'

red 249 ◦ green 2 ◦ blue 115

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

Shades of Razzmatazz #F90273

Tints of Razzmatazz #F90273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 68.03%
G = 0.55%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F90273 (or 0xF90273) is known color: Razzmatazz. HEX triplet: F9, 02 and 73. RGB value is (249,2,115). Sum of RGB (Red+Green+Blue) = 249+2+115=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F90273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90273 is #06FD8C. Grayscale: #585858. Windows color (decimal): -458125 or 7537401. OLE color: 7537401.

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

Color convert

RGB 249 2 115 -
CMYK 0 0.99 0.54 0.02
HSL 332.55º 0.98% 0.49% -
HSV(B) 332.55º 0.99% 0.98% -
XYZ 42.18 21.42 18.13 -
YUV 88.74 142.83 242.31 -
System Red Green Blue C M Y K H S L
Decimal 249 2 115 0 0.99 0.54 0.02 332.55 0.98 0.49
Hex F9 2 73 0 63 36 2 14D 62 31
Octal 371 2 163 0 143 66 2 515 142 61
Binary 11111001 10 1110011 0 1100011 110110 10 101001101 1100010 110001

Color Harmonies of #F90273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90273

Black with #F90273

Text Example


Text Example

White with #F90273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90273; }

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

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

background-color css

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

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

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

border-color css

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

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

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