Html Css Color HEX #F181BB Persian Pink

📋 copy color: '#F181BB'

red 241 ◦ green 129 ◦ blue 187

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

Shades of Persian Pink #F181BB

Tints of Persian Pink #F181BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.57%

R = 43.27%
G = 23.16%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F181BB (or 0xF181BB) is known color: Persian Pink. HEX triplet: F1, 81 and BB. RGB value is (241,129,187). Sum of RGB (Red+Green+Blue) = 241+129+187=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F181BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181BB is #0E7E44. Grayscale: #A8A8A8. Windows color (decimal): -949829 or 12288497. OLE color: 12288497.

HSL color Cylindrical-coordinate representation of color #F181BB: hue angle of 328.93º 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 #F181BB is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 187 -
CMYK 0 0.46 0.22 0.05
HSL 328.93º 0.8% 0.73% -
HSV(B) 328.93º 0.46% 0.95% -
XYZ 53.1 37.99 51.55 -
YUV 169.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 241 129 187 0 0.46 0.22 0.05 328.93 0.8 0.73
Hex F1 81 BB 0 2E 16 5 149 50 49
Octal 361 201 273 0 56 26 5 511 120 111
Binary 11110001 10000001 10111011 0 101110 10110 101 101001001 1010000 1001001

Color Harmonies of #F181BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F181BB

Black with #F181BB

Text Example


Text Example

White with #F181BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F181BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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