Html Css Color HEX #F70E6A Razzmatazz

📋 copy color: '#F70E6A'

red 247 ◦ green 14 ◦ blue 106

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

Shades of Razzmatazz #F70E6A

Tints of Razzmatazz #F70E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 67.3%
G = 3.81%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F70E6A (or 0xF70E6A) is known color: Razzmatazz. HEX triplet: F7, 0E and 6A. RGB value is (247,14,106). Sum of RGB (Red+Green+Blue) = 247+14+106=367 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.30% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 247 - color contains mainly: red. Hex color #F70E6A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70E6A is #08F195. Grayscale: #5E5E5E. Windows color (decimal): -586134 or 6950647. OLE color: 6950647.

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

Color convert

RGB 247 14 106 -
CMYK 0 0.94 0.57 0.03
HSL 336.31º 0.94% 0.51% -
HSV(B) 336.31º 0.94% 0.97% -
XYZ 41.12 21.13 15.55 -
YUV 94.16 134.69 237.02 -
System Red Green Blue C M Y K H S L
Decimal 247 14 106 0 0.94 0.57 0.03 336.31 0.94 0.51
Hex F7 E 6A 0 5E 39 3 150 5E 33
Octal 367 16 152 0 136 71 3 520 136 63
Binary 11110111 1110 1101010 0 1011110 111001 11 101010000 1011110 110011

Color Harmonies of #F70E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70E6A

Black with #F70E6A

Text Example


Text Example

White with #F70E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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