Html Css Color HEX #F581BD Persian Pink

📋 copy color: '#F581BD'

red 245 ◦ green 129 ◦ blue 189

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

Shades of Persian Pink #F581BD

Tints of Persian Pink #F581BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 43.52%
G = 22.91%
B = 33.57%

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

#F581BD (or 0xF581BD) is known color: Persian Pink. HEX triplet: F5, 81 and BD. RGB value is (245,129,189). Sum of RGB (Red+Green+Blue) = 245+129+189=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BD is #0A7E42. Grayscale: #AAAAAA. Windows color (decimal): -687683 or 12419573. OLE color: 12419573.

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

Color convert

RGB 245 129 189 -
CMYK 0 0.47 0.23 0.04
HSL 328.97º 0.85% 0.73% -
HSV(B) 328.97º 0.47% 0.96% -
XYZ 54.69 38.79 52.75 -
YUV 170.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 245 129 189 0 0.47 0.23 0.04 328.97 0.85 0.73
Hex F5 81 BD 0 2F 17 4 149 55 49
Octal 365 201 275 0 57 27 4 511 125 111
Binary 11110101 10000001 10111101 0 101111 10111 100 101001001 1010101 1001001

Color Harmonies of #F581BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581BD

Black with #F581BD

Text Example


Text Example

White with #F581BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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