Html Css Color HEX #F581BB Persian Pink

📋 copy color: '#F581BB'

red 245 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #F581BB

Tints of Persian Pink #F581BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.33%

R = 43.67%
G = 22.99%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F581BB (or 0xF581BB) is known color: Persian Pink. HEX triplet: F5, 81 and BB. RGB value is (245,129,187). Sum of RGB (Red+Green+Blue) = 245+129+187=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BB is #0A7E44. Grayscale: #AAAAAA. Windows color (decimal): -687685 or 12288501. OLE color: 12288501.

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

Color convert

RGB 245 129 187 -
CMYK 0 0.47 0.24 0.04
HSL 330º 0.85% 0.73% -
HSV(B) 330º 0.47% 0.96% -
XYZ 54.48 38.7 51.61 -
YUV 170.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 245 129 187 0 0.47 0.24 0.04 330 0.85 0.73
Hex F5 81 BB 0 2F 18 4 14A 55 49
Octal 365 201 273 0 57 30 4 512 125 111
Binary 11110101 10000001 10111011 0 101111 11000 100 101001010 1010101 1001001

Color Harmonies of #F581BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581BB

Black with #F581BB

Text Example


Text Example

White with #F581BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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