Html Css Color HEX #F727AB Persian Rose

📋 copy color: '#F727AB'

red 247 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #F727AB

Tints of Persian Rose #F727AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 54.05%
G = 8.53%
B = 37.42%

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

#F727AB (or 0xF727AB) is known color: Persian Rose. HEX triplet: F7, 27 and AB. RGB value is (247,39,171). Sum of RGB (Red+Green+Blue) = 247+39+171=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F727AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F727AB is #08D854. Grayscale: #737373. Windows color (decimal): -579669 or 11216887. OLE color: 11216887.

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

Color convert

RGB 247 39 171 -
CMYK 0 0.84 0.31 0.03
HSL 321.92º 0.93% 0.56% -
HSV(B) 321.92º 0.84% 0.97% -
XYZ 46.43 24.17 40.75 -
YUV 116.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 247 39 171 0 0.84 0.31 0.03 321.92 0.93 0.56
Hex F7 27 AB 0 54 1F 3 142 5D 38
Octal 367 47 253 0 124 37 3 502 135 70
Binary 11110111 100111 10101011 0 1010100 11111 11 101000010 1011101 111000

Color Harmonies of #F727AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727AB

Black with #F727AB

Text Example


Text Example

White with #F727AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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