Html Css Color HEX #F00379 Razzmatazz

📋 copy color: '#F00379'

red 240 ◦ green 3 ◦ blue 121

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

Shades of Razzmatazz #F00379

Tints of Razzmatazz #F00379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 65.93%
G = 0.82%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00379 (or 0xF00379) is known color: Razzmatazz. HEX triplet: F0, 03 and 79. RGB value is (240,3,121). Sum of RGB (Red+Green+Blue) = 240+3+121=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F00379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00379 is #0FFC86. Grayscale: #575757. Windows color (decimal): -1047687 or 7930864. OLE color: 7930864.

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

Color convert

RGB 240 3 121 -
CMYK 0 0.99 0.50 0.06
HSL 330.13º 0.98% 0.48% -
HSV(B) 330.13º 0.99% 0.94% -
XYZ 39.42 19.97 19.87 -
YUV 87.32 147.02 236.91 -
System Red Green Blue C M Y K H S L
Decimal 240 3 121 0 0.99 0.50 0.06 330.13 0.98 0.48
Hex F0 3 79 0 63 32 6 14A 62 30
Octal 360 3 171 0 143 62 6 512 142 60
Binary 11110000 11 1111001 0 1100011 110010 110 101001010 1100010 110000

Color Harmonies of #F00379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00379

Black with #F00379

Text Example


Text Example

White with #F00379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00379; }

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

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

background-color css

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

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

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

border-color css

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

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

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