Html Css Color HEX #F730AB Persian Rose

📋 copy color: '#F730AB'

red 247 ◦ green 48 ◦ blue 171

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

Shades of Persian Rose #F730AB

Tints of Persian Rose #F730AB

RGB

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

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

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

R = 53%
G = 10.3%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F730AB (or 0xF730AB) is known color: Persian Rose. HEX triplet: F7, 30 and AB. RGB value is (247,48,171). Sum of RGB (Red+Green+Blue) = 247+48+171=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F730AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F730AB is #08CF54. Grayscale: #797979. Windows color (decimal): -577365 or 11219191. OLE color: 11219191.

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

Color convert

RGB 247 48 171 -
CMYK 0 0.81 0.31 0.03
HSL 322.91º 0.93% 0.58% -
HSV(B) 322.91º 0.81% 0.97% -
XYZ 46.77 24.83 40.86 -
YUV 121.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 247 48 171 0 0.81 0.31 0.03 322.91 0.93 0.58
Hex F7 30 AB 0 51 1F 3 143 5D 3A
Octal 367 60 253 0 121 37 3 503 135 72
Binary 11110111 110000 10101011 0 1010001 11111 11 101000011 1011101 111010

Color Harmonies of #F730AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F730AB

Black with #F730AB

Text Example


Text Example

White with #F730AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F730AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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