Html Css Color HEX #F0096E Razzmatazz

📋 copy color: '#F0096E'

red 240 ◦ green 9 ◦ blue 110

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

Shades of Razzmatazz #F0096E

Tints of Razzmatazz #F0096E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 66.85%
G = 2.51%
B = 30.64%

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

#F0096E (or 0xF0096E) is known color: Razzmatazz. HEX triplet: F0, 09 and 6E. RGB value is (240,9,110). Sum of RGB (Red+Green+Blue) = 240+9+110=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F0096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0096E is #0FF691. Grayscale: #595959. Windows color (decimal): -1046162 or 7211504. OLE color: 7211504.

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

Color convert

RGB 240 9 110 -
CMYK 0 0.96 0.54 0.06
HSL 333.77º 0.93% 0.49% -
HSV(B) 333.77º 0.96% 0.94% -
XYZ 38.85 19.85 16.54 -
YUV 89.58 139.53 235.29 -
System Red Green Blue C M Y K H S L
Decimal 240 9 110 0 0.96 0.54 0.06 333.77 0.93 0.49
Hex F0 9 6E 0 60 36 6 14E 5D 31
Octal 360 11 156 0 140 66 6 516 135 61
Binary 11110000 1001 1101110 0 1100000 110110 110 101001110 1011101 110001

Color Harmonies of #F0096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0096E

Black with #F0096E

Text Example


Text Example

White with #F0096E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0096E; }

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

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

background-color css

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

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

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

border-color css

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

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

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