Html Css Color HEX #F727AC Persian Rose

📋 copy color: '#F727AC'

red 247 ◦ green 39 ◦ blue 172

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

Shades of Persian Rose #F727AC

Tints of Persian Rose #F727AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.55%

R = 53.93%
G = 8.52%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F727AC (or 0xF727AC) is known color: Persian Rose. HEX triplet: F7, 27 and AC. RGB value is (247,39,172). Sum of RGB (Red+Green+Blue) = 247+39+172=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F727AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F727AC is #08D853. Grayscale: #747474. Windows color (decimal): -579668 or 11282423. OLE color: 11282423.

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

Color convert

RGB 247 39 172 -
CMYK 0 0.84 0.30 0.03
HSL 321.63º 0.93% 0.56% -
HSV(B) 321.63º 0.84% 0.97% -
XYZ 46.53 24.2 41.25 -
YUV 116.35 159.41 221.19 -
System Red Green Blue C M Y K H S L
Decimal 247 39 172 0 0.84 0.30 0.03 321.63 0.93 0.56
Hex F7 27 AC 0 54 1E 3 142 5D 38
Octal 367 47 254 0 124 36 3 502 135 70
Binary 11110111 100111 10101100 0 1010100 11110 11 101000010 1011101 111000

Color Harmonies of #F727AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F727AC

Black with #F727AC

Text Example


Text Example

White with #F727AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F727AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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