Html Css Color HEX #F480C0 Persian Pink

📋 copy color: '#F480C0'

red 244 ◦ green 128 ◦ blue 192

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

Shades of Persian Pink #F480C0

Tints of Persian Pink #F480C0

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.7%

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

R = 43.26%
G = 22.7%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F480C0 (or 0xF480C0) is known color: Persian Pink. HEX triplet: F4, 80 and C0. RGB value is (244,128,192). Sum of RGB (Red+Green+Blue) = 244+128+192=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F480C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F480C0 is #0B7F3F. Grayscale: #A9A9A9. Windows color (decimal): -753472 or 12615924. OLE color: 12615924.

HSL color Cylindrical-coordinate representation of color #F480C0: hue angle of 326.9º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F480C0 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 128 192 -
CMYK 0 0.48 0.21 0.04
HSL 326.9º 0.84% 0.73% -
HSV(B) 326.9º 0.48% 0.96% -
XYZ 54.54 38.48 54.42 -
YUV 169.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 244 128 192 0 0.48 0.21 0.04 326.9 0.84 0.73
Hex F4 80 C0 0 30 15 4 147 54 49
Octal 364 200 300 0 60 25 4 507 124 111
Binary 11110100 10000000 11000000 0 110000 10101 100 101000111 1010100 1001001

Color Harmonies of #F480C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F480C0

Black with #F480C0

Text Example


Text Example

White with #F480C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F480C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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