Html Css Color HEX #F90175 Razzmatazz

📋 copy color: '#F90175'

red 249 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #F90175

Tints of Razzmatazz #F90175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 67.85%
G = 0.27%
B = 31.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F90175 (or 0xF90175) is known color: Razzmatazz. HEX triplet: F9, 01 and 75. RGB value is (249,1,117). Sum of RGB (Red+Green+Blue) = 249+1+117=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F90175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90175 is #06FE8A. Grayscale: #585858. Windows color (decimal): -458379 or 7668217. OLE color: 7668217.

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

Color convert

RGB 249 1 117 -
CMYK 0 1.00 0.53 0.02
HSL 331.94º 0.99% 0.49% -
HSV(B) 331.94º 1% 0.98% -
XYZ 42.29 21.45 18.74 -
YUV 88.38 144.16 242.57 -
System Red Green Blue C M Y K H S L
Decimal 249 1 117 0 1.00 0.53 0.02 331.94 0.99 0.49
Hex F9 1 75 0 64 35 2 14C 63 31
Octal 371 1 165 0 144 65 2 514 143 61
Binary 11111001 1 1110101 0 1100100 110101 10 101001100 1100011 110001

Color Harmonies of #F90175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90175

Black with #F90175

Text Example


Text Example

White with #F90175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90175; }

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

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

background-color css

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

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

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

border-color css

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

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

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