Html Css Color HEX #F578BB Persian Pink

📋 copy color: '#F578BB'

red 245 ◦ green 120 ◦ blue 187

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

Shades of Persian Pink #F578BB

Tints of Persian Pink #F578BB

RGB

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

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

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

R = 44.38%
G = 21.74%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F578BB (or 0xF578BB) is known color: Persian Pink. HEX triplet: F5, 78 and BB. RGB value is (245,120,187). Sum of RGB (Red+Green+Blue) = 245+120+187=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F578BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578BB is #0A8744. Grayscale: #A4A4A4. Windows color (decimal): -689989 or 12286197. OLE color: 12286197.

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

Color convert

RGB 245 120 187 -
CMYK 0 0.51 0.24 0.04
HSL 327.84º 0.86% 0.72% -
HSV(B) 327.84º 0.51% 0.96% -
XYZ 53.34 36.43 51.23 -
YUV 165.01 140.41 185.05 -
System Red Green Blue C M Y K H S L
Decimal 245 120 187 0 0.51 0.24 0.04 327.84 0.86 0.72
Hex F5 78 BB 0 33 18 4 148 56 48
Octal 365 170 273 0 63 30 4 510 126 110
Binary 11110101 1111000 10111011 0 110011 11000 100 101001000 1010110 1001000

Color Harmonies of #F578BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F578BB

Black with #F578BB

Text Example


Text Example

White with #F578BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F578BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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