Html Css Color HEX #F0096F Razzmatazz

📋 copy color: '#F0096F'

red 240 ◦ green 9 ◦ blue 111

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

Shades of Razzmatazz #F0096F

Tints of Razzmatazz #F0096F

RGB

 RED value IS 240 (94.14% from 255) = 66.67%

 GREEN value IS 9 (3.91% from 255) = 2.5%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 66.67%
G = 2.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0096F (or 0xF0096F) is known color: Razzmatazz. HEX triplet: F0, 09 and 6F. RGB value is (240,9,111). Sum of RGB (Red+Green+Blue) = 240+9+111=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F0096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0096F is #0FF690. Grayscale: #595959. Windows color (decimal): -1046161 or 7277040. OLE color: 7277040.

HSL color Cylindrical-coordinate representation of color #F0096F: hue angle of 333.51º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0096F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 111 -
CMYK 0 0.96 0.54 0.06
HSL 333.51º 0.93% 0.49% -
HSV(B) 333.51º 0.96% 0.94% -
XYZ 38.9 19.87 16.82 -
YUV 89.7 140.03 235.21 -
System Red Green Blue C M Y K H S L
Decimal 240 9 111 0 0.96 0.54 0.06 333.51 0.93 0.49
Hex F0 9 6F 0 60 36 6 14E 5D 31
Octal 360 11 157 0 140 66 6 516 135 61
Binary 11110000 1001 1101111 0 1100000 110110 110 101001110 1011101 110001

Color Harmonies of #F0096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0096F

Black with #F0096F

Text Example


Text Example

White with #F0096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0096F; }

 p { color: rgb(240,9,111); }

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

background-color css

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

 a { background-color: rgb(240,9,111); }

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

border-color css

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

 span { border-color: rgb(240,9,111); }

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