Html Css Color HEX #F90E71 Razzmatazz

📋 copy color: '#F90E71'

red 249 ◦ green 14 ◦ blue 113

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

Shades of Razzmatazz #F90E71

Tints of Razzmatazz #F90E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.72%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 66.22%
G = 3.72%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F90E71 (or 0xF90E71) is known color: Razzmatazz. HEX triplet: F9, 0E and 71. RGB value is (249,14,113). Sum of RGB (Red+Green+Blue) = 249+14+113=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F90E71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90E71 is #06F18E. Grayscale: #5F5F5F. Windows color (decimal): -455055 or 7409401. OLE color: 7409401.

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

Color convert

RGB 249 14 113 -
CMYK 0 0.94 0.55 0.02
HSL 334.72º 0.95% 0.52% -
HSV(B) 334.72º 0.94% 0.98% -
XYZ 42.2 21.65 17.58 -
YUV 95.55 137.86 237.45 -
System Red Green Blue C M Y K H S L
Decimal 249 14 113 0 0.94 0.55 0.02 334.72 0.95 0.52
Hex F9 E 71 0 5E 37 2 14F 5F 34
Octal 371 16 161 0 136 67 2 517 137 64
Binary 11111001 1110 1110001 0 1011110 110111 10 101001111 1011111 110100

Color Harmonies of #F90E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90E71

Black with #F90E71

Text Example


Text Example

White with #F90E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90E71; }

 p { color: rgb(249,14,113); }

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

background-color css

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

 a { background-color: rgb(249,14,113); }

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

border-color css

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

 span { border-color: rgb(249,14,113); }

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