Html Css Color HEX #F581C0 Persian Pink

📋 copy color: '#F581C0'

red 245 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #F581C0

Tints of Persian Pink #F581C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 43.29%
G = 22.79%
B = 33.92%

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

#F581C0 (or 0xF581C0) is known color: Persian Pink. HEX triplet: F5, 81 and C0. RGB value is (245,129,192). Sum of RGB (Red+Green+Blue) = 245+129+192=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F581C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581C0 is #0A7E3F. Grayscale: #AAAAAA. Windows color (decimal): -687680 or 12616181. OLE color: 12616181.

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

Color convert

RGB 245 129 192 -
CMYK 0 0.47 0.22 0.04
HSL 327.41º 0.85% 0.73% -
HSV(B) 327.41º 0.47% 0.96% -
XYZ 55.02 38.92 54.48 -
YUV 170.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 245 129 192 0 0.47 0.22 0.04 327.41 0.85 0.73
Hex F5 81 C0 0 2F 16 4 147 55 49
Octal 365 201 300 0 57 26 4 507 125 111
Binary 11110101 10000001 11000000 0 101111 10110 100 101000111 1010101 1001001

Color Harmonies of #F581C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F581C0

Black with #F581C0

Text Example


Text Example

White with #F581C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F581C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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