Html Css Color HEX #F481C0 Persian Pink

📋 copy color: '#F481C0'

red 244 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #F481C0

Tints of Persian Pink #F481C0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.83%

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

R = 43.19%
G = 22.83%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F481C0 (or 0xF481C0) is known color: Persian Pink. HEX triplet: F4, 81 and C0. RGB value is (244,129,192). Sum of RGB (Red+Green+Blue) = 244+129+192=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F481C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481C0 is #0B7E3F. Grayscale: #AAAAAA. Windows color (decimal): -753216 or 12616180. OLE color: 12616180.

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

Color convert

RGB 244 129 192 -
CMYK 0 0.47 0.21 0.04
HSL 327.13º 0.84% 0.73% -
HSV(B) 327.13º 0.47% 0.96% -
XYZ 54.67 38.74 54.47 -
YUV 170.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 244 129 192 0 0.47 0.21 0.04 327.13 0.84 0.73
Hex F4 81 C0 0 2F 15 4 147 54 49
Octal 364 201 300 0 57 25 4 507 124 111
Binary 11110100 10000001 11000000 0 101111 10101 100 101000111 1010100 1001001

Color Harmonies of #F481C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F481C0

Black with #F481C0

Text Example


Text Example

White with #F481C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F481C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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