Html Css Color HEX #F90160 Razzmatazz

📋 copy color: '#F90160'

red 249 ◦ green 1 ◦ blue 96

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

Shades of Razzmatazz #F90160

Tints of Razzmatazz #F90160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 71.97%
G = 0.29%
B = 27.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F90160 (or 0xF90160) is known color: Razzmatazz. HEX triplet: F9, 01 and 60. RGB value is (249,1,96). Sum of RGB (Red+Green+Blue) = 249+1+96=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F90160 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90160 is #06FE9F. Grayscale: #555555. Windows color (decimal): -458400 or 6291961. OLE color: 6291961.

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

Color convert

RGB 249 1 96 -
CMYK 0 1.00 0.61 0.02
HSL 337.02º 0.99% 0.49% -
HSV(B) 337.02º 1% 0.98% -
XYZ 41.19 21.01 12.95 -
YUV 85.98 133.66 244.28 -
System Red Green Blue C M Y K H S L
Decimal 249 1 96 0 1.00 0.61 0.02 337.02 0.99 0.49
Hex F9 1 60 0 64 3D 2 151 63 31
Octal 371 1 140 0 144 75 2 521 143 61
Binary 11111001 1 1100000 0 1100100 111101 10 101010001 1100011 110001

Color Harmonies of #F90160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90160

Black with #F90160

Text Example


Text Example

White with #F90160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90160; }

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

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

background-color css

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

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

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

border-color css

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

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

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