Html Css Color HEX #F90B73 Razzmatazz

📋 copy color: '#F90B73'

red 249 ◦ green 11 ◦ blue 115

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

Shades of Razzmatazz #F90B73

Tints of Razzmatazz #F90B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 66.4%
G = 2.93%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F90B73 (or 0xF90B73) is known color: Razzmatazz. HEX triplet: F9, 0B and 73. RGB value is (249,11,115). Sum of RGB (Red+Green+Blue) = 249+11+115=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B73 is #06F48C. Grayscale: #5D5D5D. Windows color (decimal): -455821 or 7539705. OLE color: 7539705.

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

Color convert

RGB 249 11 115 -
CMYK 0 0.96 0.54 0.02
HSL 333.78º 0.95% 0.51% -
HSV(B) 333.78º 0.96% 0.98% -
XYZ 42.28 21.62 18.16 -
YUV 94.02 139.85 238.54 -
System Red Green Blue C M Y K H S L
Decimal 249 11 115 0 0.96 0.54 0.02 333.78 0.95 0.51
Hex F9 B 73 0 60 36 2 14E 5F 33
Octal 371 13 163 0 140 66 2 516 137 63
Binary 11111001 1011 1110011 0 1100000 110110 10 101001110 1011111 110011

Color Harmonies of #F90B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B73

Black with #F90B73

Text Example


Text Example

White with #F90B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B73; }

 p { color: rgb(249,11,115); }

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

background-color css

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

 a { background-color: rgb(249,11,115); }

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

border-color css

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

 span { border-color: rgb(249,11,115); }

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