Html Css Color HEX #F90F70 Razzmatazz

📋 copy color: '#F90F70'

red 249 ◦ green 15 ◦ blue 112

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

Shades of Razzmatazz #F90F70

Tints of Razzmatazz #F90F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

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

R = 66.22%
G = 3.99%
B = 29.79%

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

#F90F70 (or 0xF90F70) is known color: Razzmatazz. HEX triplet: F9, 0F and 70. RGB value is (249,15,112). Sum of RGB (Red+Green+Blue) = 249+15+112=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90F70 is #06F08F. Grayscale: #5F5F5F. Windows color (decimal): -454800 or 7344121. OLE color: 7344121.

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

Color convert

RGB 249 15 112 -
CMYK 0 0.94 0.55 0.02
HSL 335.13º 0.95% 0.52% -
HSV(B) 335.13º 0.94% 0.98% -
XYZ 42.16 21.65 17.29 -
YUV 96.02 137.02 237.11 -
System Red Green Blue C M Y K H S L
Decimal 249 15 112 0 0.94 0.55 0.02 335.13 0.95 0.52
Hex F9 F 70 0 5E 37 2 14F 5F 34
Octal 371 17 160 0 136 67 2 517 137 64
Binary 11111001 1111 1110000 0 1011110 110111 10 101001111 1011111 110100

Color Harmonies of #F90F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90F70

Black with #F90F70

Text Example


Text Example

White with #F90F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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