Html Css Color HEX #F73AB4 Persian Rose

📋 copy color: '#F73AB4'

red 247 ◦ green 58 ◦ blue 180

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

Shades of Persian Rose #F73AB4

Tints of Persian Rose #F73AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 50.93%
G = 11.96%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F73AB4 (or 0xF73AB4) is known color: Persian Rose. HEX triplet: F7, 3A and B4. RGB value is (247,58,180). Sum of RGB (Red+Green+Blue) = 247+58+180=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F73AB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73AB4 is #08C54B. Grayscale: #808080. Windows color (decimal): -574796 or 11811575. OLE color: 11811575.

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

Color convert

RGB 247 58 180 -
CMYK 0 0.77 0.27 0.03
HSL 321.27º 0.92% 0.6% -
HSV(B) 321.27º 0.77% 0.97% -
XYZ 48.11 26.1 45.68 -
YUV 128.42 157.12 212.58 -
System Red Green Blue C M Y K H S L
Decimal 247 58 180 0 0.77 0.27 0.03 321.27 0.92 0.6
Hex F7 3A B4 0 4D 1B 3 141 5C 3C
Octal 367 72 264 0 115 33 3 501 134 74
Binary 11110111 111010 10110100 0 1001101 11011 11 101000001 1011100 111100

Color Harmonies of #F73AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73AB4

Black with #F73AB4

Text Example


Text Example

White with #F73AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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