Html Css Color HEX #F90163 Razzmatazz

📋 copy color: '#F90163'

red 249 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #F90163

Tints of Razzmatazz #F90163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 71.35%
G = 0.29%
B = 28.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F90163 (or 0xF90163) is known color: Razzmatazz. HEX triplet: F9, 01 and 63. RGB value is (249,1,99). Sum of RGB (Red+Green+Blue) = 249+1+99=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F90163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90163 is #06FE9C. Grayscale: #565656. Windows color (decimal): -458397 or 6488569. OLE color: 6488569.

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

Color convert

RGB 249 1 99 -
CMYK 0 1.00 0.60 0.02
HSL 336.29º 0.99% 0.49% -
HSV(B) 336.29º 1% 0.98% -
XYZ 41.33 21.06 13.69 -
YUV 86.32 135.16 244.03 -
System Red Green Blue C M Y K H S L
Decimal 249 1 99 0 1.00 0.60 0.02 336.29 0.99 0.49
Hex F9 1 63 0 64 3C 2 150 63 31
Octal 371 1 143 0 144 74 2 520 143 61
Binary 11111001 1 1100011 0 1100100 111100 10 101010000 1100011 110001

Color Harmonies of #F90163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90163

Black with #F90163

Text Example


Text Example

White with #F90163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90163; }

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

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

background-color css

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

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

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

border-color css

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

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

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