Html Css Color HEX #F585BD Persian Pink

📋 copy color: '#F585BD'

red 245 ◦ green 133 ◦ blue 189

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

Shades of Persian Pink #F585BD

Tints of Persian Pink #F585BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.46%

 BLUE value IS 189 (74.22% from 255) = 33.33%

R = 43.21%
G = 23.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F585BD (or 0xF585BD) is known color: Persian Pink. HEX triplet: F5, 85 and BD. RGB value is (245,133,189). Sum of RGB (Red+Green+Blue) = 245+133+189=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F585BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585BD is #0A7A42. Grayscale: #ACACAC. Windows color (decimal): -686659 or 12420597. OLE color: 12420597.

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

Color convert

RGB 245 133 189 -
CMYK 0 0.46 0.23 0.04
HSL 330º 0.85% 0.74% -
HSV(B) 330º 0.46% 0.96% -
XYZ 55.23 39.86 52.93 -
YUV 172.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 245 133 189 0 0.46 0.23 0.04 330 0.85 0.74
Hex F5 85 BD 0 2E 17 4 14A 55 4A
Octal 365 205 275 0 56 27 4 512 125 112
Binary 11110101 10000101 10111101 0 101110 10111 100 101001010 1010101 1001010

Color Harmonies of #F585BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F585BD

Black with #F585BD

Text Example


Text Example

White with #F585BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F585BD; }

 p { color: rgb(245,133,189); }

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

background-color css

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

 a { background-color: rgb(245,133,189); }

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

border-color css

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

 span { border-color: rgb(245,133,189); }

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