Html Css Color HEX #F00760 Razzmatazz

📋 copy color: '#F00760'

red 240 ◦ green 7 ◦ blue 96

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

Shades of Razzmatazz #F00760

Tints of Razzmatazz #F00760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 69.97%
G = 2.04%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F00760 (or 0xF00760) is known color: Razzmatazz. HEX triplet: F0, 07 and 60. RGB value is (240,7,96). Sum of RGB (Red+Green+Blue) = 240+7+96=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F00760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00760 is #0FF89F. Grayscale: #565656. Windows color (decimal): -1046688 or 6293488. OLE color: 6293488.

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

Color convert

RGB 240 7 96 -
CMYK 0 0.97 0.6 0.06
HSL 337.08º 0.94% 0.48% -
HSV(B) 337.08º 0.97% 0.94% -
XYZ 38.12 19.52 12.83 -
YUV 86.81 133.19 237.26 -
System Red Green Blue C M Y K H S L
Decimal 240 7 96 0 0.97 0.6 0.06 337.08 0.94 0.48
Hex F0 7 60 0 61 3C 6 151 5E 30
Octal 360 7 140 0 141 74 6 521 136 60
Binary 11110000 111 1100000 0 1100001 111100 110 101010001 1011110 110000

Color Harmonies of #F00760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00760

Black with #F00760

Text Example


Text Example

White with #F00760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00760; }

 p { color: rgb(240,7,96); }

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

background-color css

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

 a { background-color: rgb(240,7,96); }

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

border-color css

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

 span { border-color: rgb(240,7,96); }

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