Html Css Color HEX #F579AF Persian Pink

📋 copy color: '#F579AF'

red 245 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #F579AF

Tints of Persian Pink #F579AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.37%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 45.29%
G = 22.37%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F579AF (or 0xF579AF) is known color: Persian Pink. HEX triplet: F5, 79 and AF. RGB value is (245,121,175). Sum of RGB (Red+Green+Blue) = 245+121+175=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F579AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F579AF is #0A8650. Grayscale: #A4A4A4. Windows color (decimal): -689745 or 11500021. OLE color: 11500021.

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

Color convert

RGB 245 121 175 -
CMYK 0 0.51 0.29 0.04
HSL 333.87º 0.86% 0.72% -
HSV(B) 333.87º 0.51% 0.96% -
XYZ 52.23 36.18 44.79 -
YUV 164.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 245 121 175 0 0.51 0.29 0.04 333.87 0.86 0.72
Hex F5 79 AF 0 33 1D 4 14E 56 48
Octal 365 171 257 0 63 35 4 516 126 110
Binary 11110101 1111001 10101111 0 110011 11101 100 101001110 1010110 1001000

Color Harmonies of #F579AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F579AF

Black with #F579AF

Text Example


Text Example

White with #F579AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F579AF; }

 p { color: rgb(245,121,175); }

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

background-color css

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

 a { background-color: rgb(245,121,175); }

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

border-color css

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

 span { border-color: rgb(245,121,175); }

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