Html Css Color HEX #F90263 Razzmatazz

📋 copy color: '#F90263'

red 249 ◦ green 2 ◦ blue 99

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

Shades of Razzmatazz #F90263

Tints of Razzmatazz #F90263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 71.14%
G = 0.57%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F90263 (or 0xF90263) is known color: Razzmatazz. HEX triplet: F9, 02 and 63. RGB value is (249,2,99). Sum of RGB (Red+Green+Blue) = 249+2+99=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F90263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90263 is #06FD9C. Grayscale: #565656. Windows color (decimal): -458141 or 6488825. OLE color: 6488825.

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

Color convert

RGB 249 2 99 -
CMYK 0 0.99 0.60 0.02
HSL 336.44º 0.98% 0.49% -
HSV(B) 336.44º 0.99% 0.98% -
XYZ 41.34 21.08 13.7 -
YUV 86.91 134.83 243.61 -
System Red Green Blue C M Y K H S L
Decimal 249 2 99 0 0.99 0.60 0.02 336.44 0.98 0.49
Hex F9 2 63 0 63 3C 2 150 62 31
Octal 371 2 143 0 143 74 2 520 142 61
Binary 11111001 10 1100011 0 1100011 111100 10 101010000 1100010 110001

Color Harmonies of #F90263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90263

Black with #F90263

Text Example


Text Example

White with #F90263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90263; }

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

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

background-color css

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

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

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

border-color css

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

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

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