Html Css Color HEX #F73FB1 Persian Rose

📋 copy color: '#F73FB1'

red 247 ◦ green 63 ◦ blue 177

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

Shades of Persian Rose #F73FB1

Tints of Persian Rose #F73FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 50.72%
G = 12.94%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F73FB1 (or 0xF73FB1) is known color: Persian Rose. HEX triplet: F7, 3F and B1. RGB value is (247,63,177). Sum of RGB (Red+Green+Blue) = 247+63+177=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73FB1 is #08C04E. Grayscale: #828282. Windows color (decimal): -573519 or 11616247. OLE color: 11616247.

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

Color convert

RGB 247 63 177 -
CMYK 0 0.74 0.28 0.03
HSL 322.83º 0.92% 0.61% -
HSV(B) 322.83º 0.74% 0.97% -
XYZ 48.07 26.5 44.18 -
YUV 131.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 247 63 177 0 0.74 0.28 0.03 322.83 0.92 0.61
Hex F7 3F B1 0 4A 1C 3 143 5C 3D
Octal 367 77 261 0 112 34 3 503 134 75
Binary 11110111 111111 10110001 0 1001010 11100 11 101000011 1011100 111101

Color Harmonies of #F73FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FB1

Black with #F73FB1

Text Example


Text Example

White with #F73FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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