Html Css Color HEX #F70773 Razzmatazz

📋 copy color: '#F70773'

red 247 ◦ green 7 ◦ blue 115

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

Shades of Razzmatazz #F70773

Tints of Razzmatazz #F70773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 66.94%
G = 1.9%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F70773 (or 0xF70773) is known color: Razzmatazz. HEX triplet: F7, 07 and 73. RGB value is (247,7,115). Sum of RGB (Red+Green+Blue) = 247+7+115=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F70773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70773 is #08F88C. Grayscale: #5A5A5A. Windows color (decimal): -587917 or 7538679. OLE color: 7538679.

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

Color convert

RGB 247 7 115 -
CMYK 0 0.97 0.53 0.03
HSL 333º 0.94% 0.5% -
HSV(B) 333º 0.97% 0.97% -
XYZ 41.53 21.16 18.12 -
YUV 91.07 141.51 239.22 -
System Red Green Blue C M Y K H S L
Decimal 247 7 115 0 0.97 0.53 0.03 333 0.94 0.5
Hex F7 7 73 0 61 35 3 14D 5E 32
Octal 367 7 163 0 141 65 3 515 136 62
Binary 11110111 111 1110011 0 1100001 110101 11 101001101 1011110 110010

Color Harmonies of #F70773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70773

Black with #F70773

Text Example


Text Example

White with #F70773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70773; }

 p { color: rgb(247,7,115); }

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

background-color css

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

 a { background-color: rgb(247,7,115); }

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

border-color css

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

 span { border-color: rgb(247,7,115); }

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