Html Css Color HEX #F182BB Persian Pink

📋 copy color: '#F182BB'

red 241 ◦ green 130 ◦ blue 187

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

Shades of Persian Pink #F182BB

Tints of Persian Pink #F182BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.3%

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

R = 43.19%
G = 23.3%
B = 33.51%

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

#F182BB (or 0xF182BB) is known color: Persian Pink. HEX triplet: F1, 82 and BB. RGB value is (241,130,187). Sum of RGB (Red+Green+Blue) = 241+130+187=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F182BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182BB is #0E7D44. Grayscale: #A9A9A9. Windows color (decimal): -949573 or 12288753. OLE color: 12288753.

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

Color convert

RGB 241 130 187 -
CMYK 0 0.46 0.22 0.05
HSL 329.19º 0.8% 0.73% -
HSV(B) 329.19º 0.46% 0.95% -
XYZ 53.23 38.25 51.59 -
YUV 169.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 241 130 187 0 0.46 0.22 0.05 329.19 0.8 0.73
Hex F1 82 BB 0 2E 16 5 149 50 49
Octal 361 202 273 0 56 26 5 511 120 111
Binary 11110001 10000010 10111011 0 101110 10110 101 101001001 1010000 1001001

Color Harmonies of #F182BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F182BB

Black with #F182BB

Text Example


Text Example

White with #F182BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F182BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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