Html Css Color HEX #F578BD Persian Pink

📋 copy color: '#F578BD'

red 245 ◦ green 120 ◦ blue 189

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

Shades of Persian Pink #F578BD

Tints of Persian Pink #F578BD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.66%

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

R = 44.22%
G = 21.66%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F578BD (or 0xF578BD) is known color: Persian Pink. HEX triplet: F5, 78 and BD. RGB value is (245,120,189). Sum of RGB (Red+Green+Blue) = 245+120+189=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F578BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578BD is #0A8742. Grayscale: #A5A5A5. Windows color (decimal): -689987 or 12417269. OLE color: 12417269.

HSL color Cylindrical-coordinate representation of color #F578BD: hue angle of 326.88º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F578BD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 120 189 -
CMYK 0 0.51 0.23 0.04
HSL 326.88º 0.86% 0.72% -
HSV(B) 326.88º 0.51% 0.96% -
XYZ 53.56 36.52 52.37 -
YUV 165.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 245 120 189 0 0.51 0.23 0.04 326.88 0.86 0.72
Hex F5 78 BD 0 33 17 4 147 56 48
Octal 365 170 275 0 63 27 4 507 126 110
Binary 11110101 1111000 10111101 0 110011 10111 100 101000111 1010110 1001000

Color Harmonies of #F578BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F578BD

Black with #F578BD

Text Example


Text Example

White with #F578BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F578BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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