Html Css Color HEX #F90B74 Razzmatazz

📋 copy color: '#F90B74'

red 249 ◦ green 11 ◦ blue 116

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

Shades of Razzmatazz #F90B74

Tints of Razzmatazz #F90B74

RGB

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

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

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

R = 66.22%
G = 2.93%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F90B74 (or 0xF90B74) is known color: Razzmatazz. HEX triplet: F9, 0B and 74. RGB value is (249,11,116). Sum of RGB (Red+Green+Blue) = 249+11+116=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B74 is #06F48B. Grayscale: #5D5D5D. Windows color (decimal): -455820 or 7605241. OLE color: 7605241.

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

Color convert

RGB 249 11 116 -
CMYK 0 0.96 0.53 0.02
HSL 333.53º 0.95% 0.51% -
HSV(B) 333.53º 0.96% 0.98% -
XYZ 42.34 21.64 18.47 -
YUV 94.13 140.35 238.46 -
System Red Green Blue C M Y K H S L
Decimal 249 11 116 0 0.96 0.53 0.02 333.53 0.95 0.51
Hex F9 B 74 0 60 35 2 14E 5F 33
Octal 371 13 164 0 140 65 2 516 137 63
Binary 11111001 1011 1110100 0 1100000 110101 10 101001110 1011111 110011

Color Harmonies of #F90B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B74

Black with #F90B74

Text Example


Text Example

White with #F90B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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