Html Css Color HEX #F581BF Persian Pink

📋 copy color: '#F581BF'

red 245 ◦ green 129 ◦ blue 191

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

Shades of Persian Pink #F581BF

Tints of Persian Pink #F581BF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.83%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 43.36%
G = 22.83%
B = 33.81%

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

#F581BF (or 0xF581BF) is known color: Persian Pink. HEX triplet: F5, 81 and BF. RGB value is (245,129,191). Sum of RGB (Red+Green+Blue) = 245+129+191=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BF is #0A7E40. Grayscale: #AAAAAA. Windows color (decimal): -687681 or 12550645. OLE color: 12550645.

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

Color convert

RGB 245 129 191 -
CMYK 0 0.47 0.22 0.04
HSL 327.93º 0.85% 0.73% -
HSV(B) 327.93º 0.47% 0.96% -
XYZ 54.91 38.87 53.9 -
YUV 170.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 245 129 191 0 0.47 0.22 0.04 327.93 0.85 0.73
Hex F5 81 BF 0 2F 16 4 148 55 49
Octal 365 201 277 0 57 26 4 510 125 111
Binary 11110101 10000001 10111111 0 101111 10110 100 101001000 1010101 1001001

Color Harmonies of #F581BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581BF

Black with #F581BF

Text Example


Text Example

White with #F581BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581BF; }

 p { color: rgb(245,129,191); }

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

background-color css

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

 a { background-color: rgb(245,129,191); }

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

border-color css

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

 span { border-color: rgb(245,129,191); }

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