Html Css Color HEX #F73FAF Persian Rose

📋 copy color: '#F73FAF'

red 247 ◦ green 63 ◦ blue 175

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

Shades of Persian Rose #F73FAF

Tints of Persian Rose #F73FAF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.99%

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 50.93%
G = 12.99%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F73FAF (or 0xF73FAF) is known color: Persian Rose. HEX triplet: F7, 3F and AF. RGB value is (247,63,175). Sum of RGB (Red+Green+Blue) = 247+63+175=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73FAF is #08C050. Grayscale: #828282. Windows color (decimal): -573521 or 11485175. OLE color: 11485175.

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

Color convert

RGB 247 63 175 -
CMYK 0 0.74 0.29 0.03
HSL 323.48º 0.92% 0.61% -
HSV(B) 323.48º 0.74% 0.97% -
XYZ 47.87 26.42 43.13 -
YUV 130.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 247 63 175 0 0.74 0.29 0.03 323.48 0.92 0.61
Hex F7 3F AF 0 4A 1D 3 143 5C 3D
Octal 367 77 257 0 112 35 3 503 134 75
Binary 11110111 111111 10101111 0 1001010 11101 11 101000011 1011100 111101

Color Harmonies of #F73FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FAF

Black with #F73FAF

Text Example


Text Example

White with #F73FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FAF; }

 p { color: rgb(247,63,175); }

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

background-color css

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

 a { background-color: rgb(247,63,175); }

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

border-color css

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

 span { border-color: rgb(247,63,175); }

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