Html Css Color HEX #F730AC Persian Rose

📋 copy color: '#F730AC'

red 247 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #F730AC

Tints of Persian Rose #F730AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.28%

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

R = 52.89%
G = 10.28%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F730AC (or 0xF730AC) is known color: Persian Rose. HEX triplet: F7, 30 and AC. RGB value is (247,48,172). Sum of RGB (Red+Green+Blue) = 247+48+172=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F730AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F730AC is #08CF53. Grayscale: #797979. Windows color (decimal): -577364 or 11284727. OLE color: 11284727.

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

Color convert

RGB 247 48 172 -
CMYK 0 0.81 0.30 0.03
HSL 322.61º 0.93% 0.58% -
HSV(B) 322.61º 0.81% 0.97% -
XYZ 46.86 24.87 41.36 -
YUV 121.64 156.43 217.42 -
System Red Green Blue C M Y K H S L
Decimal 247 48 172 0 0.81 0.30 0.03 322.61 0.93 0.58
Hex F7 30 AC 0 51 1E 3 143 5D 3A
Octal 367 60 254 0 121 36 3 503 135 72
Binary 11110111 110000 10101100 0 1010001 11110 11 101000011 1011101 111010

Color Harmonies of #F730AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730AC

Black with #F730AC

Text Example


Text Example

White with #F730AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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