Html Css Color HEX #F586BC Persian Pink

📋 copy color: '#F586BC'

red 245 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #F586BC

Tints of Persian Pink #F586BC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.63%

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

R = 43.21%
G = 23.63%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F586BC (or 0xF586BC) is known color: Persian Pink. HEX triplet: F5, 86 and BC. RGB value is (245,134,188). Sum of RGB (Red+Green+Blue) = 245+134+188=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F586BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586BC is #0A7943. Grayscale: #ADADAD. Windows color (decimal): -686404 or 12355317. OLE color: 12355317.

HSL color Cylindrical-coordinate representation of color #F586BC: hue angle of 330.81º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586BC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 134 188 -
CMYK 0 0.45 0.23 0.04
HSL 330.81º 0.85% 0.74% -
HSV(B) 330.81º 0.45% 0.96% -
XYZ 55.26 40.09 52.4 -
YUV 173.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 245 134 188 0 0.45 0.23 0.04 330.81 0.85 0.74
Hex F5 86 BC 0 2D 17 4 14B 55 4A
Octal 365 206 274 0 55 27 4 513 125 112
Binary 11110101 10000110 10111100 0 101101 10111 100 101001011 1010101 1001010

Color Harmonies of #F586BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F586BC

Black with #F586BC

Text Example


Text Example

White with #F586BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F586BC; }

 p { color: rgb(245,134,188); }

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

background-color css

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

 a { background-color: rgb(245,134,188); }

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

border-color css

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

 span { border-color: rgb(245,134,188); }

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