Html Css Color HEX #F578C4 Persian Pink

📋 copy color: '#F578C4'

red 245 ◦ green 120 ◦ blue 196

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

Shades of Persian Pink #F578C4

Tints of Persian Pink #F578C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 43.67%
G = 21.39%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F578C4 (or 0xF578C4) is known color: Persian Pink. HEX triplet: F5, 78 and C4. RGB value is (245,120,196). Sum of RGB (Red+Green+Blue) = 245+120+196=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F578C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578C4 is #0A873B. Grayscale: #A5A5A5. Windows color (decimal): -689980 or 12876021. OLE color: 12876021.

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

Color convert

RGB 245 120 196 -
CMYK 0 0.51 0.2 0.04
HSL 323.52º 0.86% 0.72% -
HSV(B) 323.52º 0.51% 0.96% -
XYZ 54.34 36.83 56.47 -
YUV 166.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 245 120 196 0 0.51 0.2 0.04 323.52 0.86 0.72
Hex F5 78 C4 0 33 14 4 144 56 48
Octal 365 170 304 0 63 24 4 504 126 110
Binary 11110101 1111000 11000100 0 110011 10100 100 101000100 1010110 1001000

Color Harmonies of #F578C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F578C4

Black with #F578C4

Text Example


Text Example

White with #F578C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F578C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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