Html Css Color HEX #F582BE Persian Pink

📋 copy color: '#F582BE'

red 245 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #F582BE

Tints of Persian Pink #F582BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.01%

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

R = 43.36%
G = 23.01%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F582BE (or 0xF582BE) is known color: Persian Pink. HEX triplet: F5, 82 and BE. RGB value is (245,130,190). Sum of RGB (Red+Green+Blue) = 245+130+190=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F582BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582BE is #0A7D41. Grayscale: #ABABAB. Windows color (decimal): -687426 or 12485365. OLE color: 12485365.

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

Color convert

RGB 245 130 190 -
CMYK 0 0.47 0.22 0.04
HSL 328.7º 0.85% 0.74% -
HSV(B) 328.7º 0.47% 0.96% -
XYZ 54.93 39.1 53.37 -
YUV 171.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 245 130 190 0 0.47 0.22 0.04 328.7 0.85 0.74
Hex F5 82 BE 0 2F 16 4 149 55 4A
Octal 365 202 276 0 57 26 4 511 125 112
Binary 11110101 10000010 10111110 0 101111 10110 100 101001001 1010101 1001010

Color Harmonies of #F582BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582BE

Black with #F582BE

Text Example


Text Example

White with #F582BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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