Html Css Color HEX #F730AD Persian Rose

📋 copy color: '#F730AD'

red 247 ◦ green 48 ◦ blue 173

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

Shades of Persian Rose #F730AD

Tints of Persian Rose #F730AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 52.78%
G = 10.26%
B = 36.97%

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

#F730AD (or 0xF730AD) is known color: Persian Rose. HEX triplet: F7, 30 and AD. RGB value is (247,48,173). Sum of RGB (Red+Green+Blue) = 247+48+173=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F730AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F730AD is #08CF52. Grayscale: #797979. Windows color (decimal): -577363 or 11350263. OLE color: 11350263.

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

Color convert

RGB 247 48 173 -
CMYK 0 0.81 0.30 0.03
HSL 322.31º 0.93% 0.58% -
HSV(B) 322.31º 0.81% 0.97% -
XYZ 46.96 24.91 41.87 -
YUV 121.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 247 48 173 0 0.81 0.30 0.03 322.31 0.93 0.58
Hex F7 30 AD 0 51 1E 3 142 5D 3A
Octal 367 60 255 0 121 36 3 502 135 72
Binary 11110111 110000 10101101 0 1010001 11110 11 101000010 1011101 111010

Color Harmonies of #F730AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730AD

Black with #F730AD

Text Example


Text Example

White with #F730AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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