Html Css Color HEX #F70673 Razzmatazz

📋 copy color: '#F70673'

red 247 ◦ green 6 ◦ blue 115

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

Shades of Razzmatazz #F70673

Tints of Razzmatazz #F70673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.63%

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

R = 67.12%
G = 1.63%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F70673 (or 0xF70673) is known color: Razzmatazz. HEX triplet: F7, 06 and 73. RGB value is (247,6,115). Sum of RGB (Red+Green+Blue) = 247+6+115=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 6 (2.73% from 255 or 1.63% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F70673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70673 is #08F98C. Grayscale: #5A5A5A. Windows color (decimal): -588173 or 7538423. OLE color: 7538423.

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

Color convert

RGB 247 6 115 -
CMYK 0 0.98 0.53 0.03
HSL 332.86º 0.95% 0.5% -
HSV(B) 332.86º 0.98% 0.97% -
XYZ 41.52 21.14 18.11 -
YUV 90.49 141.84 239.64 -
System Red Green Blue C M Y K H S L
Decimal 247 6 115 0 0.98 0.53 0.03 332.86 0.95 0.5
Hex F7 6 73 0 62 35 3 14D 5F 32
Octal 367 6 163 0 142 65 3 515 137 62
Binary 11110111 110 1110011 0 1100010 110101 11 101001101 1011111 110010

Color Harmonies of #F70673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70673

Black with #F70673

Text Example


Text Example

White with #F70673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70673; }

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

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

background-color css

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

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

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

border-color css

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

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

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