Html Css Color HEX #F479BC Persian Pink

📋 copy color: '#F479BC'

red 244 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #F479BC

Tints of Persian Pink #F479BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34%

R = 44.12%
G = 21.88%
B = 34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F479BC (or 0xF479BC) is known color: Persian Pink. HEX triplet: F4, 79 and BC. RGB value is (244,121,188). Sum of RGB (Red+Green+Blue) = 244+121+188=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F479BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479BC is #0B8643. Grayscale: #A5A5A5. Windows color (decimal): -755268 or 12351988. OLE color: 12351988.

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

Color convert

RGB 244 121 188 -
CMYK 0 0.50 0.23 0.04
HSL 327.32º 0.85% 0.72% -
HSV(B) 327.32º 0.5% 0.96% -
XYZ 53.22 36.54 51.82 -
YUV 165.42 140.75 184.05 -
System Red Green Blue C M Y K H S L
Decimal 244 121 188 0 0.50 0.23 0.04 327.32 0.85 0.72
Hex F4 79 BC 0 32 17 4 147 55 48
Octal 364 171 274 0 62 27 4 507 125 110
Binary 11110100 1111001 10111100 0 110010 10111 100 101000111 1010101 1001000

Color Harmonies of #F479BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F479BC

Black with #F479BC

Text Example


Text Example

White with #F479BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F479BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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