Html Css Color HEX #F73AB3 Persian Rose

📋 copy color: '#F73AB3'

red 247 ◦ green 58 ◦ blue 179

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

Shades of Persian Rose #F73AB3

Tints of Persian Rose #F73AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 51.03%
G = 11.98%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F73AB3 (or 0xF73AB3) is known color: Persian Rose. HEX triplet: F7, 3A and B3. RGB value is (247,58,179). Sum of RGB (Red+Green+Blue) = 247+58+179=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F73AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73AB3 is #08C54C. Grayscale: #808080. Windows color (decimal): -574797 or 11746039. OLE color: 11746039.

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

Color convert

RGB 247 58 179 -
CMYK 0 0.77 0.28 0.03
HSL 321.59º 0.92% 0.6% -
HSV(B) 321.59º 0.77% 0.97% -
XYZ 48.01 26.05 45.15 -
YUV 128.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 247 58 179 0 0.77 0.28 0.03 321.59 0.92 0.6
Hex F7 3A B3 0 4D 1C 3 142 5C 3C
Octal 367 72 263 0 115 34 3 502 134 74
Binary 11110111 111010 10110011 0 1001101 11100 11 101000010 1011100 111100

Color Harmonies of #F73AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73AB3

Black with #F73AB3

Text Example


Text Example

White with #F73AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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