Html Css Color HEX #F70071 Razzmatazz

📋 copy color: '#F70071'

red 247 ◦ green 0 ◦ blue 113

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

Shades of Razzmatazz #F70071

Tints of Razzmatazz #F70071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 68.61%
G = 0%
B = 31.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F70071 (or 0xF70071) is known color: Razzmatazz. HEX triplet: F7, 00 and 71. RGB value is (247,0,113). Sum of RGB (Red+Green+Blue) = 247+0+113=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F70071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70071 is #08FF8E. Grayscale: #565656. Windows color (decimal): -589711 or 7405815. OLE color: 7405815.

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

Color convert

RGB 247 0 113 -
CMYK 0 1 0.54 0.03
HSL 332.55º 1% 0.48% -
HSV(B) 332.55º 1% 0.97% -
XYZ 41.34 20.97 17.49 -
YUV 86.74 142.83 242.31 -
System Red Green Blue C M Y K H S L
Decimal 247 0 113 0 1 0.54 0.03 332.55 1 0.48
Hex F7 0 71 0 64 36 3 14D 64 30
Octal 367 0 161 0 144 66 3 515 144 60
Binary 11110111 0 1110001 0 1100100 110110 11 101001101 1100100 110000

Color Harmonies of #F70071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70071

Black with #F70071

Text Example


Text Example

White with #F70071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70071; }

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

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

background-color css

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

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

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

border-color css

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

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

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