Html Css Color HEX #FA73BC Persian Pink

📋 copy color: '#FA73BC'

red 250 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #FA73BC

Tints of Persian Pink #FA73BC

RGB

 RED value IS 250 (98.05% from 255) = 45.21%

 GREEN value IS 115 (45.31% from 255) = 20.8%

 BLUE value IS 188 (73.83% from 255) = 34%

R = 45.21%
G = 20.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA73BC (or 0xFA73BC) is known color: Persian Pink. HEX triplet: FA, 73 and BC. RGB value is (250,115,188). Sum of RGB (Red+Green+Blue) = 250+115+188=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73BC is #058C43. Grayscale: #A3A3A3. Windows color (decimal): -363588 or 12350458. OLE color: 12350458.

HSL color Cylindrical-coordinate representation of color #FA73BC: hue angle of 327.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73BC is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 188 -
CMYK 0 0.54 0.25 0.02
HSL 327.56º 0.93% 0.72% -
HSV(B) 327.56º 0.54% 0.98% -
XYZ 54.63 36.22 51.69 -
YUV 163.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 250 115 188 0 0.54 0.25 0.02 327.56 0.93 0.72
Hex FA 73 BC 0 36 19 2 148 5D 48
Octal 372 163 274 0 66 31 2 510 135 110
Binary 11111010 1110011 10111100 0 110110 11001 10 101001000 1011101 1001000

Color Harmonies of #FA73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73BC

Black with #FA73BC

Text Example


Text Example

White with #FA73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73BC; }

 p { color: rgb(250,115,188); }

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

background-color css

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

 a { background-color: rgb(250,115,188); }

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

border-color css

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

 span { border-color: rgb(250,115,188); }

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