Html Css Color HEX #F90570 Razzmatazz

📋 copy color: '#F90570'

red 249 ◦ green 5 ◦ blue 112

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

Shades of Razzmatazz #F90570

Tints of Razzmatazz #F90570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 68.03%
G = 1.37%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F90570 (or 0xF90570) is known color: Razzmatazz. HEX triplet: F9, 05 and 70. RGB value is (249,5,112). Sum of RGB (Red+Green+Blue) = 249+5+112=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F90570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90570 is #06FA8F. Grayscale: #595959. Windows color (decimal): -457360 or 7341561. OLE color: 7341561.

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

Color convert

RGB 249 5 112 -
CMYK 0 0.98 0.55 0.02
HSL 333.69º 0.96% 0.5% -
HSV(B) 333.69º 0.98% 0.98% -
XYZ 42.05 21.42 17.25 -
YUV 90.15 140.34 241.3 -
System Red Green Blue C M Y K H S L
Decimal 249 5 112 0 0.98 0.55 0.02 333.69 0.96 0.5
Hex F9 5 70 0 62 37 2 14E 60 32
Octal 371 5 160 0 142 67 2 516 140 62
Binary 11111001 101 1110000 0 1100010 110111 10 101001110 1100000 110010

Color Harmonies of #F90570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90570

Black with #F90570

Text Example


Text Example

White with #F90570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90570; }

 p { color: rgb(249,5,112); }

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

background-color css

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

 a { background-color: rgb(249,5,112); }

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

border-color css

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

 span { border-color: rgb(249,5,112); }

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