Html Css Color HEX #F90167 Razzmatazz

📋 copy color: '#F90167'

red 249 ◦ green 1 ◦ blue 103

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

Shades of Razzmatazz #F90167

Tints of Razzmatazz #F90167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 70.54%
G = 0.28%
B = 29.18%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F90167 (or 0xF90167) is known color: Razzmatazz. HEX triplet: F9, 01 and 67. RGB value is (249,1,103). Sum of RGB (Red+Green+Blue) = 249+1+103=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F90167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90167 is #06FE98. Grayscale: #565656. Windows color (decimal): -458393 or 6750713. OLE color: 6750713.

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

Color convert

RGB 249 1 103 -
CMYK 0 1.00 0.59 0.02
HSL 335.32º 0.99% 0.49% -
HSV(B) 335.32º 1% 0.98% -
XYZ 41.53 21.14 14.72 -
YUV 86.78 137.16 243.71 -
System Red Green Blue C M Y K H S L
Decimal 249 1 103 0 1.00 0.59 0.02 335.32 0.99 0.49
Hex F9 1 67 0 64 3B 2 14F 63 31
Octal 371 1 147 0 144 73 2 517 143 61
Binary 11111001 1 1100111 0 1100100 111011 10 101001111 1100011 110001

Color Harmonies of #F90167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90167

Black with #F90167

Text Example


Text Example

White with #F90167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90167; }

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

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

background-color css

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

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

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

border-color css

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

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

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