Html Css Color HEX #F479C0 Persian Pink

📋 copy color: '#F479C0'

red 244 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #F479C0

Tints of Persian Pink #F479C0

RGB

 RED value IS 244 (95.7% from 255) = 43.81%

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

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

R = 43.81%
G = 21.72%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F479C0 (or 0xF479C0) is known color: Persian Pink. HEX triplet: F4, 79 and C0. RGB value is (244,121,192). Sum of RGB (Red+Green+Blue) = 244+121+192=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F479C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479C0 is #0B863F. Grayscale: #A5A5A5. Windows color (decimal): -755264 or 12614132. OLE color: 12614132.

HSL color Cylindrical-coordinate representation of color #F479C0: hue angle of 325.37º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479C0 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 121 192 -
CMYK 0 0.50 0.21 0.04
HSL 325.37º 0.85% 0.72% -
HSV(B) 325.37º 0.5% 0.96% -
XYZ 53.66 36.71 54.13 -
YUV 165.87 142.75 183.73 -
System Red Green Blue C M Y K H S L
Decimal 244 121 192 0 0.50 0.21 0.04 325.37 0.85 0.72
Hex F4 79 C0 0 32 15 4 145 55 48
Octal 364 171 300 0 62 25 4 505 125 110
Binary 11110100 1111001 11000000 0 110010 10101 100 101000101 1010101 1001000

Color Harmonies of #F479C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479C0

Black with #F479C0

Text Example


Text Example

White with #F479C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479C0; }

 p { color: rgb(244,121,192); }

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

background-color css

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

 a { background-color: rgb(244,121,192); }

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

border-color css

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

 span { border-color: rgb(244,121,192); }

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