Html Css Color HEX #F70059 Razzmatazz

📋 copy color: '#F70059'

red 247 ◦ green 0 ◦ blue 89

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

Shades of Razzmatazz #F70059

Tints of Razzmatazz #F70059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 73.51%
G = 0%
B = 26.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F70059 (or 0xF70059) is known color: Razzmatazz. HEX triplet: F7, 00 and 59. RGB value is (247,0,89). Sum of RGB (Red+Green+Blue) = 247+0+89=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F70059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70059 is #08FFA6. Grayscale: #535353. Windows color (decimal): -589735 or 5832951. OLE color: 5832951.

HSL color Cylindrical-coordinate representation of color #F70059: hue angle of 338.38º 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 #F70059 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 0 89 -
CMYK 0 1 0.64 0.03
HSL 338.38º 1% 0.48% -
HSV(B) 338.38º 1% 0.97% -
XYZ 40.16 20.5 11.29 -
YUV 84 130.83 244.26 -
System Red Green Blue C M Y K H S L
Decimal 247 0 89 0 1 0.64 0.03 338.38 1 0.48
Hex F7 0 59 0 64 40 3 152 64 30
Octal 367 0 131 0 144 100 3 522 144 60
Binary 11110111 0 1011001 0 1100100 1000000 11 101010010 1100100 110000

Color Harmonies of #F70059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70059

Black with #F70059

Text Example


Text Example

White with #F70059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70059; }

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

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

background-color css

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

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

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

border-color css

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

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

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