Html Css Color HEX #F725BA Spicy Pink

📋 copy color: '#F725BA'

red 247 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #F725BA

Tints of Spicy Pink #F725BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 52.55%
G = 7.87%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F725BA (or 0xF725BA) is known color: Spicy Pink. HEX triplet: F7, 25 and BA. RGB value is (247,37,186). Sum of RGB (Red+Green+Blue) = 247+37+186=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F725BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F725BA is #08DA45. Grayscale: #747474. Windows color (decimal): -580166 or 12199415. OLE color: 12199415.

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

Color convert

RGB 247 37 186 -
CMYK 0 0.85 0.25 0.03
HSL 317.43º 0.93% 0.56% -
HSV(B) 317.43º 0.85% 0.97% -
XYZ 47.88 24.64 48.69 -
YUV 116.78 167.07 220.88 -
System Red Green Blue C M Y K H S L
Decimal 247 37 186 0 0.85 0.25 0.03 317.43 0.93 0.56
Hex F7 25 BA 0 55 19 3 13D 5D 38
Octal 367 45 272 0 125 31 3 475 135 70
Binary 11110111 100101 10111010 0 1010101 11001 11 100111101 1011101 111000

Color Harmonies of #F725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725BA

Black with #F725BA

Text Example


Text Example

White with #F725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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