Html Css Color HEX #F584BE Persian Pink

📋 copy color: '#F584BE'

red 245 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #F584BE

Tints of Persian Pink #F584BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.28%

 BLUE value IS 190 (74.61% from 255) = 33.51%

R = 43.21%
G = 23.28%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F584BE (or 0xF584BE) is known color: Persian Pink. HEX triplet: F5, 84 and BE. RGB value is (245,132,190). Sum of RGB (Red+Green+Blue) = 245+132+190=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F584BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584BE is #0A7B41. Grayscale: #ACACAC. Windows color (decimal): -686914 or 12485877. OLE color: 12485877.

HSL color Cylindrical-coordinate representation of color #F584BE: hue angle of 329.2º 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 #F584BE is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 132 190 -
CMYK 0 0.46 0.22 0.04
HSL 329.2º 0.85% 0.74% -
HSV(B) 329.2º 0.46% 0.96% -
XYZ 55.2 39.63 53.46 -
YUV 172.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 245 132 190 0 0.46 0.22 0.04 329.2 0.85 0.74
Hex F5 84 BE 0 2E 16 4 149 55 4A
Octal 365 204 276 0 56 26 4 511 125 112
Binary 11110101 10000100 10111110 0 101110 10110 100 101001001 1010101 1001010

Color Harmonies of #F584BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F584BE

Black with #F584BE

Text Example


Text Example

White with #F584BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F584BE; }

 p { color: rgb(245,132,190); }

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

background-color css

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

 a { background-color: rgb(245,132,190); }

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

border-color css

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

 span { border-color: rgb(245,132,190); }

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