Html Css Color HEX #F73AAA Persian Rose

📋 copy color: '#F73AAA'

red 247 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #F73AAA

Tints of Persian Rose #F73AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.21%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 52%
G = 12.21%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F73AAA (or 0xF73AAA) is known color: Persian Rose. HEX triplet: F7, 3A and AA. RGB value is (247,58,170). Sum of RGB (Red+Green+Blue) = 247+58+170=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F73AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73AAA is #08C555. Grayscale: #7F7F7F. Windows color (decimal): -574806 or 11156215. OLE color: 11156215.

HSL color Cylindrical-coordinate representation of color #F73AAA: hue angle of 324.44º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73AAA is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 58 170 -
CMYK 0 0.77 0.31 0.03
HSL 324.44º 0.92% 0.6% -
HSV(B) 324.44º 0.77% 0.97% -
XYZ 47.13 25.7 40.51 -
YUV 127.28 152.12 213.39 -
System Red Green Blue C M Y K H S L
Decimal 247 58 170 0 0.77 0.31 0.03 324.44 0.92 0.6
Hex F7 3A AA 0 4D 1F 3 144 5C 3C
Octal 367 72 252 0 115 37 3 504 134 74
Binary 11110111 111010 10101010 0 1001101 11111 11 101000100 1011100 111100

Color Harmonies of #F73AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73AAA

Black with #F73AAA

Text Example


Text Example

White with #F73AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73AAA; }

 p { color: rgb(247,58,170); }

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

background-color css

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

 a { background-color: rgb(247,58,170); }

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

border-color css

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

 span { border-color: rgb(247,58,170); }

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