Html Css Color HEX #F90174 Razzmatazz

📋 copy color: '#F90174'

red 249 ◦ green 1 ◦ blue 116

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

Shades of Razzmatazz #F90174

Tints of Razzmatazz #F90174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 68.03%
G = 0.27%
B = 31.69%

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

#F90174 (or 0xF90174) is known color: Razzmatazz. HEX triplet: F9, 01 and 74. RGB value is (249,1,116). Sum of RGB (Red+Green+Blue) = 249+1+116=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F90174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90174 is #06FE8B. Grayscale: #585858. Windows color (decimal): -458380 or 7602681. OLE color: 7602681.

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

Color convert

RGB 249 1 116 -
CMYK 0 1.00 0.53 0.02
HSL 332.18º 0.99% 0.49% -
HSV(B) 332.18º 1% 0.98% -
XYZ 42.23 21.42 18.43 -
YUV 88.26 143.66 242.65 -
System Red Green Blue C M Y K H S L
Decimal 249 1 116 0 1.00 0.53 0.02 332.18 0.99 0.49
Hex F9 1 74 0 64 35 2 14C 63 31
Octal 371 1 164 0 144 65 2 514 143 61
Binary 11111001 1 1110100 0 1100100 110101 10 101001100 1100011 110001

Color Harmonies of #F90174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90174

Black with #F90174

Text Example


Text Example

White with #F90174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90174; }

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

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

background-color css

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

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

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

border-color css

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

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

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