Html Css Color HEX #F725AA Persian Rose

📋 copy color: '#F725AA'

red 247 ◦ green 37 ◦ blue 170

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

Shades of Persian Rose #F725AA

Tints of Persian Rose #F725AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 54.41%
G = 8.15%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F725AA (or 0xF725AA) is known color: Persian Rose. HEX triplet: F7, 25 and AA. RGB value is (247,37,170). Sum of RGB (Red+Green+Blue) = 247+37+170=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F725AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F725AA is #08DA55. Grayscale: #727272. Windows color (decimal): -580182 or 11150839. OLE color: 11150839.

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

Color convert

RGB 247 37 170 -
CMYK 0 0.85 0.31 0.03
HSL 322º 0.93% 0.56% -
HSV(B) 322º 0.85% 0.97% -
XYZ 46.28 24 40.22 -
YUV 114.95 159.07 222.19 -
System Red Green Blue C M Y K H S L
Decimal 247 37 170 0 0.85 0.31 0.03 322 0.93 0.56
Hex F7 25 AA 0 55 1F 3 142 5D 38
Octal 367 45 252 0 125 37 3 502 135 70
Binary 11110111 100101 10101010 0 1010101 11111 11 101000010 1011101 111000

Color Harmonies of #F725AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F725AA

Black with #F725AA

Text Example


Text Example

White with #F725AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F725AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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