Html Css Color HEX #F181C0 Persian Pink

📋 copy color: '#F181C0'

red 241 ◦ green 129 ◦ blue 192

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

Shades of Persian Pink #F181C0

Tints of Persian Pink #F181C0

RGB

 RED value IS 241 (94.53% from 255) = 42.88%

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

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

R = 42.88%
G = 22.95%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F181C0 (or 0xF181C0) is known color: Persian Pink. HEX triplet: F1, 81 and C0. RGB value is (241,129,192). Sum of RGB (Red+Green+Blue) = 241+129+192=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F181C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181C0 is #0E7E3F. Grayscale: #A9A9A9. Windows color (decimal): -949824 or 12616177. OLE color: 12616177.

HSL color Cylindrical-coordinate representation of color #F181C0: hue angle of 326.25º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181C0 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 192 -
CMYK 0 0.46 0.20 0.05
HSL 326.25º 0.8% 0.73% -
HSV(B) 326.25º 0.46% 0.95% -
XYZ 53.64 38.21 54.42 -
YUV 169.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 241 129 192 0 0.46 0.20 0.05 326.25 0.8 0.73
Hex F1 81 C0 0 2E 14 5 146 50 49
Octal 361 201 300 0 56 24 5 506 120 111
Binary 11110001 10000001 11000000 0 101110 10100 101 101000110 1010000 1001001

Color Harmonies of #F181C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181C0

Black with #F181C0

Text Example


Text Example

White with #F181C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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