Html Css Color HEX #F70FA8 Spicy Pink

📋 copy color: '#F70FA8'

red 247 ◦ green 15 ◦ blue 168

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

Shades of Spicy Pink #F70FA8

Tints of Spicy Pink #F70FA8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 57.44%
G = 3.49%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#F70FA8 (or 0xF70FA8) is known color: Spicy Pink. HEX triplet: F7, 0F and A8. RGB value is (247,15,168). Sum of RGB (Red+Green+Blue) = 247+15+168=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FA8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70FA8 is #08F057. Grayscale: #656565. Windows color (decimal): -585816 or 11014135. OLE color: 11014135.

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

Color convert

RGB 247 15 168 -
CMYK 0 0.94 0.32 0.03
HSL 320.43º 0.94% 0.51% -
HSV(B) 320.43º 0.94% 0.97% -
XYZ 45.6 22.94 39.07 -
YUV 101.81 165.36 231.56 -
System Red Green Blue C M Y K H S L
Decimal 247 15 168 0 0.94 0.32 0.03 320.43 0.94 0.51
Hex F7 F A8 0 5E 20 3 140 5E 33
Octal 367 17 250 0 136 40 3 500 136 63
Binary 11110111 1111 10101000 0 1011110 100000 11 101000000 1011110 110011

Color Harmonies of #F70FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70FA8

Black with #F70FA8

Text Example


Text Example

White with #F70FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70FA8; }

 p { color: rgb(247,15,168); }

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

background-color css

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

 a { background-color: rgb(247,15,168); }

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

border-color css

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

 span { border-color: rgb(247,15,168); }

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