Html Css Color HEX #F70E71 Razzmatazz

📋 copy color: '#F70E71'

red 247 ◦ green 14 ◦ blue 113

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

Shades of Razzmatazz #F70E71

Tints of Razzmatazz #F70E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.74%

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

R = 66.04%
G = 3.74%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F70E71 (or 0xF70E71) is known color: Razzmatazz. HEX triplet: F7, 0E and 71. RGB value is (247,14,113). Sum of RGB (Red+Green+Blue) = 247+14+113=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70E71 is #08F18E. Grayscale: #5E5E5E. Windows color (decimal): -586127 or 7409399. OLE color: 7409399.

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

Color convert

RGB 247 14 113 -
CMYK 0 0.94 0.54 0.03
HSL 334.51º 0.94% 0.51% -
HSV(B) 334.51º 0.94% 0.97% -
XYZ 41.5 21.28 17.54 -
YUV 94.95 138.19 236.45 -
System Red Green Blue C M Y K H S L
Decimal 247 14 113 0 0.94 0.54 0.03 334.51 0.94 0.51
Hex F7 E 71 0 5E 36 3 14F 5E 33
Octal 367 16 161 0 136 66 3 517 136 63
Binary 11110111 1110 1110001 0 1011110 110110 11 101001111 1011110 110011

Color Harmonies of #F70E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70E71

Black with #F70E71

Text Example


Text Example

White with #F70E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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