Html Css Color HEX #F589BA Persian Pink

📋 copy color: '#F589BA'

red 245 ◦ green 137 ◦ blue 186

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

Shades of Persian Pink #F589BA

Tints of Persian Pink #F589BA

RGB

 RED value IS 245 (96.09% from 255) = 43.13%

 GREEN value IS 137 (53.91% from 255) = 24.12%

 BLUE value IS 186 (73.05% from 255) = 32.75%

R = 43.13%
G = 24.12%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F589BA (or 0xF589BA) is known color: Persian Pink. HEX triplet: F5, 89 and BA. RGB value is (245,137,186). Sum of RGB (Red+Green+Blue) = 245+137+186=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F589BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F589BA is #0A7645. Grayscale: #AEAEAE. Windows color (decimal): -685638 or 12225013. OLE color: 12225013.

HSL color Cylindrical-coordinate representation of color #F589BA: hue angle of 332.78º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F589BA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 137 186 -
CMYK 0 0.44 0.24 0.04
HSL 332.78º 0.84% 0.75% -
HSV(B) 332.78º 0.44% 0.96% -
XYZ 55.46 40.85 51.42 -
YUV 174.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 245 137 186 0 0.44 0.24 0.04 332.78 0.84 0.75
Hex F5 89 BA 0 2C 18 4 14D 54 4B
Octal 365 211 272 0 54 30 4 515 124 113
Binary 11110101 10001001 10111010 0 101100 11000 100 101001101 1010100 1001011

Color Harmonies of #F589BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F589BA

Black with #F589BA

Text Example


Text Example

White with #F589BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F589BA; }

 p { color: rgb(245,137,186); }

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

background-color css

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

 a { background-color: rgb(245,137,186); }

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

border-color css

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

 span { border-color: rgb(245,137,186); }

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