Html Css Color HEX #F727AA Persian Rose

📋 copy color: '#F727AA'

red 247 ◦ green 39 ◦ blue 170

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

Shades of Persian Rose #F727AA

Tints of Persian Rose #F727AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.55%

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

R = 54.17%
G = 8.55%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F727AA (or 0xF727AA) is known color: Persian Rose. HEX triplet: F7, 27 and AA. RGB value is (247,39,170). Sum of RGB (Red+Green+Blue) = 247+39+170=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F727AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F727AA is #08D855. Grayscale: #737373. Windows color (decimal): -579670 or 11151351. OLE color: 11151351.

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

Color convert

RGB 247 39 170 -
CMYK 0 0.84 0.31 0.03
HSL 322.21º 0.93% 0.56% -
HSV(B) 322.21º 0.84% 0.97% -
XYZ 46.34 24.13 40.24 -
YUV 116.13 158.41 221.35 -
System Red Green Blue C M Y K H S L
Decimal 247 39 170 0 0.84 0.31 0.03 322.21 0.93 0.56
Hex F7 27 AA 0 54 1F 3 142 5D 38
Octal 367 47 252 0 124 37 3 502 135 70
Binary 11110111 100111 10101010 0 1010100 11111 11 101000010 1011101 111000

Color Harmonies of #F727AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727AA

Black with #F727AA

Text Example


Text Example

White with #F727AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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