Html Css Color HEX #F90672 Razzmatazz

📋 copy color: '#F90672'

red 249 ◦ green 6 ◦ blue 114

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

Shades of Razzmatazz #F90672

Tints of Razzmatazz #F90672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 67.48%
G = 1.63%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F90672 (or 0xF90672) is known color: Razzmatazz. HEX triplet: F9, 06 and 72. RGB value is (249,6,114). Sum of RGB (Red+Green+Blue) = 249+6+114=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F90672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90672 is #06F98D. Grayscale: #5A5A5A. Windows color (decimal): -457102 or 7472889. OLE color: 7472889.

HSL color Cylindrical-coordinate representation of color #F90672: hue angle of 333.33º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90672 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 6 114 -
CMYK 0 0.98 0.54 0.02
HSL 333.33º 0.95% 0.5% -
HSV(B) 333.33º 0.98% 0.98% -
XYZ 42.17 21.48 17.84 -
YUV 90.97 141.01 240.72 -
System Red Green Blue C M Y K H S L
Decimal 249 6 114 0 0.98 0.54 0.02 333.33 0.95 0.5
Hex F9 6 72 0 62 36 2 14D 5F 32
Octal 371 6 162 0 142 66 2 515 137 62
Binary 11111001 110 1110010 0 1100010 110110 10 101001101 1011111 110010

Color Harmonies of #F90672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90672

Black with #F90672

Text Example


Text Example

White with #F90672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90672; }

 p { color: rgb(249,6,114); }

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

background-color css

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

 a { background-color: rgb(249,6,114); }

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

border-color css

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

 span { border-color: rgb(249,6,114); }

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