Html Css Color HEX #F70060 Razzmatazz

📋 copy color: '#F70060'

red 247 ◦ green 0 ◦ blue 96

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

Shades of Razzmatazz #F70060

Tints of Razzmatazz #F70060

RGB

 RED value IS 247 (96.88% from 255) = 72.01%

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

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

R = 72.01%
G = 0%
B = 27.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F70060 (or 0xF70060) is known color: Razzmatazz. HEX triplet: F7, 00 and 60. RGB value is (247,0,96). Sum of RGB (Red+Green+Blue) = 247+0+96=343 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.01% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 247 - color contains mainly: red. Hex color #F70060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70060 is #08FF9F. Grayscale: #545454. Windows color (decimal): -589728 or 6291703. OLE color: 6291703.

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

Color convert

RGB 247 0 96 -
CMYK 0 1 0.61 0.03
HSL 336.68º 1% 0.48% -
HSV(B) 336.68º 1% 0.97% -
XYZ 40.47 20.62 12.91 -
YUV 84.8 134.33 243.69 -
System Red Green Blue C M Y K H S L
Decimal 247 0 96 0 1 0.61 0.03 336.68 1 0.48
Hex F7 0 60 0 64 3D 3 151 64 30
Octal 367 0 140 0 144 75 3 521 144 60
Binary 11110111 0 1100000 0 1100100 111101 11 101010001 1100100 110000

Color Harmonies of #F70060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70060

Black with #F70060

Text Example


Text Example

White with #F70060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70060; }

 p { color: rgb(247,0,96); }

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

background-color css

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

 a { background-color: rgb(247,0,96); }

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

border-color css

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

 span { border-color: rgb(247,0,96); }

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