Html Css Color HEX #F00079 Razzmatazz

📋 copy color: '#F00079'

red 240 ◦ green 0 ◦ blue 121

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

Shades of Razzmatazz #F00079

Tints of Razzmatazz #F00079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 33.52%

R = 66.48%
G = 0%
B = 33.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00079 (or 0xF00079) is known color: Razzmatazz. HEX triplet: F0, 00 and 79. RGB value is (240,0,121). Sum of RGB (Red+Green+Blue) = 240+0+121=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F00079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00079 is #0FFF86. Grayscale: #555555. Windows color (decimal): -1048455 or 7930096. OLE color: 7930096.

HSL color Cylindrical-coordinate representation of color #F00079: hue angle of 329.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00079 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 121 -
CMYK 0 1 0.50 0.06
HSL 329.75º 1% 0.47% -
HSV(B) 329.75º 1% 0.94% -
XYZ 39.39 19.91 19.86 -
YUV 85.55 148.01 238.16 -
System Red Green Blue C M Y K H S L
Decimal 240 0 121 0 1 0.50 0.06 329.75 1 0.47
Hex F0 0 79 0 64 32 6 14A 64 2F
Octal 360 0 171 0 144 62 6 512 144 57
Binary 11110000 0 1111001 0 1100100 110010 110 101001010 1100100 101111

Color Harmonies of #F00079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00079

Black with #F00079

Text Example


Text Example

White with #F00079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00079; }

 p { color: rgb(240,0,121); }

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

background-color css

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

 a { background-color: rgb(240,0,121); }

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

border-color css

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

 span { border-color: rgb(240,0,121); }

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