Html Css Color HEX #F725AD Spicy Pink

📋 copy color: '#F725AD'

red 247 ◦ green 37 ◦ blue 173

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

Shades of Spicy Pink #F725AD

Tints of Spicy Pink #F725AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 173 (67.97% from 255) = 37.86%

R = 54.05%
G = 8.1%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F725AD (or 0xF725AD) is known color: Spicy Pink. HEX triplet: F7, 25 and AD. RGB value is (247,37,173). Sum of RGB (Red+Green+Blue) = 247+37+173=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F725AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F725AD is #08DA52. Grayscale: #727272. Windows color (decimal): -580179 or 11347447. OLE color: 11347447.

HSL color Cylindrical-coordinate representation of color #F725AD: hue angle of 321.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F725AD is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 173 -
CMYK 0 0.85 0.30 0.03
HSL 321.14º 0.93% 0.56% -
HSV(B) 321.14º 0.85% 0.97% -
XYZ 46.56 24.11 41.74 -
YUV 115.29 160.57 221.94 -
System Red Green Blue C M Y K H S L
Decimal 247 37 173 0 0.85 0.30 0.03 321.14 0.93 0.56
Hex F7 25 AD 0 55 1E 3 141 5D 38
Octal 367 45 255 0 125 36 3 501 135 70
Binary 11110111 100101 10101101 0 1010101 11110 11 101000001 1011101 111000

Color Harmonies of #F725AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725AD

Black with #F725AD

Text Example


Text Example

White with #F725AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725AD; }

 p { color: rgb(247,37,173); }

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

background-color css

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

 a { background-color: rgb(247,37,173); }

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

border-color css

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

 span { border-color: rgb(247,37,173); }

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