Html Css Color HEX #F581BE Persian Pink

📋 copy color: '#F581BE'

red 245 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #F581BE

Tints of Persian Pink #F581BE

RGB

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

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

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

R = 43.44%
G = 22.87%
B = 33.69%

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

#F581BE (or 0xF581BE) is known color: Persian Pink. HEX triplet: F5, 81 and BE. RGB value is (245,129,190). Sum of RGB (Red+Green+Blue) = 245+129+190=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BE is #0A7E41. Grayscale: #AAAAAA. Windows color (decimal): -687682 or 12485109. OLE color: 12485109.

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

Color convert

RGB 245 129 190 -
CMYK 0 0.47 0.22 0.04
HSL 328.45º 0.85% 0.73% -
HSV(B) 328.45º 0.47% 0.96% -
XYZ 54.8 38.83 53.32 -
YUV 170.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 245 129 190 0 0.47 0.22 0.04 328.45 0.85 0.73
Hex F5 81 BE 0 2F 16 4 148 55 49
Octal 365 201 276 0 57 26 4 510 125 111
Binary 11110101 10000001 10111110 0 101111 10110 100 101001000 1010101 1001001

Color Harmonies of #F581BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581BE

Black with #F581BE

Text Example


Text Example

White with #F581BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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