Html Css Color HEX #F90951 Razzmatazz

📋 copy color: '#F90951'

red 249 ◦ green 9 ◦ blue 81

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

Shades of Razzmatazz #F90951

Tints of Razzmatazz #F90951

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 73.45%
G = 2.65%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F90951 (or 0xF90951) is known color: Razzmatazz. HEX triplet: F9, 09 and 51. RGB value is (249,9,81). Sum of RGB (Red+Green+Blue) = 249+9+81=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F90951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90951 is #06F6AE. Grayscale: #585858. Windows color (decimal): -456367 or 5310969. OLE color: 5310969.

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

Color convert

RGB 249 9 81 -
CMYK 0 0.96 0.67 0.02
HSL 342º 0.95% 0.51% -
HSV(B) 342º 0.96% 0.98% -
XYZ 40.65 20.93 9.68 -
YUV 88.97 123.51 242.15 -
System Red Green Blue C M Y K H S L
Decimal 249 9 81 0 0.96 0.67 0.02 342 0.95 0.51
Hex F9 9 51 0 60 43 2 156 5F 33
Octal 371 11 121 0 140 103 2 526 137 63
Binary 11111001 1001 1010001 0 1100000 1000011 10 101010110 1011111 110011

Color Harmonies of #F90951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90951

Black with #F90951

Text Example


Text Example

White with #F90951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90951; }

 p { color: rgb(249,9,81); }

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

background-color css

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

 a { background-color: rgb(249,9,81); }

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

border-color css

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

 span { border-color: rgb(249,9,81); }

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