Html Css Color HEX #F582BC Persian Pink

📋 copy color: '#F582BC'

red 245 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #F582BC

Tints of Persian Pink #F582BC

RGB

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

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

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

R = 43.52%
G = 23.09%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F582BC (or 0xF582BC) is known color: Persian Pink. HEX triplet: F5, 82 and BC. RGB value is (245,130,188). Sum of RGB (Red+Green+Blue) = 245+130+188=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F582BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582BC is #0A7D43. Grayscale: #AAAAAA. Windows color (decimal): -687428 or 12354293. OLE color: 12354293.

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

Color convert

RGB 245 130 188 -
CMYK 0 0.47 0.23 0.04
HSL 329.74º 0.85% 0.74% -
HSV(B) 329.74º 0.47% 0.96% -
XYZ 54.72 39.01 52.22 -
YUV 171 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 245 130 188 0 0.47 0.23 0.04 329.74 0.85 0.74
Hex F5 82 BC 0 2F 17 4 14A 55 4A
Octal 365 202 274 0 57 27 4 512 125 112
Binary 11110101 10000010 10111100 0 101111 10111 100 101001010 1010101 1001010

Color Harmonies of #F582BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F582BC

Black with #F582BC

Text Example


Text Example

White with #F582BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F582BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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