Html Css Color HEX #F73BAE Persian Rose

📋 copy color: '#F73BAE'

red 247 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #F73BAE

Tints of Persian Rose #F73BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.29%

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 51.46%
G = 12.29%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F73BAE (or 0xF73BAE) is known color: Persian Rose. HEX triplet: F7, 3B and AE. RGB value is (247,59,174). Sum of RGB (Red+Green+Blue) = 247+59+174=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F73BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73BAE is #08C451. Grayscale: #808080. Windows color (decimal): -574546 or 11418615. OLE color: 11418615.

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

Color convert

RGB 247 59 174 -
CMYK 0 0.76 0.30 0.03
HSL 323.3º 0.92% 0.6% -
HSV(B) 323.3º 0.76% 0.97% -
XYZ 47.56 25.96 42.55 -
YUV 128.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 247 59 174 0 0.76 0.30 0.03 323.3 0.92 0.6
Hex F7 3B AE 0 4C 1E 3 143 5C 3C
Octal 367 73 256 0 114 36 3 503 134 74
Binary 11110111 111011 10101110 0 1001100 11110 11 101000011 1011100 111100

Color Harmonies of #F73BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73BAE

Black with #F73BAE

Text Example


Text Example

White with #F73BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73BAE; }

 p { color: rgb(247,59,174); }

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

background-color css

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

 a { background-color: rgb(247,59,174); }

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

border-color css

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

 span { border-color: rgb(247,59,174); }

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