Html Css Color HEX #F73FB3 Persian Rose

📋 copy color: '#F73FB3'

red 247 ◦ green 63 ◦ blue 179

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

Shades of Persian Rose #F73FB3

Tints of Persian Rose #F73FB3

RGB

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

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

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

R = 50.51%
G = 12.88%
B = 36.61%

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

#F73FB3 (or 0xF73FB3) is known color: Persian Rose. HEX triplet: F7, 3F and B3. RGB value is (247,63,179). Sum of RGB (Red+Green+Blue) = 247+63+179=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F73FB3 is #08C04C. Grayscale: #828282. Windows color (decimal): -573517 or 11747319. OLE color: 11747319.

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

Color convert

RGB 247 63 179 -
CMYK 0 0.74 0.28 0.03
HSL 322.17º 0.92% 0.61% -
HSV(B) 322.17º 0.74% 0.97% -
XYZ 48.27 26.58 45.23 -
YUV 131.24 154.96 210.57 -
System Red Green Blue C M Y K H S L
Decimal 247 63 179 0 0.74 0.28 0.03 322.17 0.92 0.61
Hex F7 3F B3 0 4A 1C 3 142 5C 3D
Octal 367 77 263 0 112 34 3 502 134 75
Binary 11110111 111111 10110011 0 1001010 11100 11 101000010 1011100 111101

Color Harmonies of #F73FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FB3

Black with #F73FB3

Text Example


Text Example

White with #F73FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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