Html Css Color HEX #F187BB Persian Pink

📋 copy color: '#F187BB'

red 241 ◦ green 135 ◦ blue 187

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

Shades of Persian Pink #F187BB

Tints of Persian Pink #F187BB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.98%

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

R = 42.81%
G = 23.98%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F187BB (or 0xF187BB) is known color: Persian Pink. HEX triplet: F1, 87 and BB. RGB value is (241,135,187). Sum of RGB (Red+Green+Blue) = 241+135+187=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F187BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187BB is #0E7844. Grayscale: #ACACAC. Windows color (decimal): -948293 or 12290033. OLE color: 12290033.

HSL color Cylindrical-coordinate representation of color #F187BB: hue angle of 330.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F187BB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 187 -
CMYK 0 0.44 0.22 0.05
HSL 330.57º 0.79% 0.74% -
HSV(B) 330.57º 0.44% 0.95% -
XYZ 53.91 39.62 51.82 -
YUV 172.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 241 135 187 0 0.44 0.22 0.05 330.57 0.79 0.74
Hex F1 87 BB 0 2C 16 5 14B 4F 4A
Octal 361 207 273 0 54 26 5 513 117 112
Binary 11110001 10000111 10111011 0 101100 10110 101 101001011 1001111 1001010

Color Harmonies of #F187BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187BB

Black with #F187BB

Text Example


Text Example

White with #F187BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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