Html Css Color HEX #F187B7 Persian Pink

📋 copy color: '#F187B7'

red 241 ◦ green 135 ◦ blue 183

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

Shades of Persian Pink #F187B7

Tints of Persian Pink #F187B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.74%

R = 43.11%
G = 24.15%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F187B7 (or 0xF187B7) is known color: Persian Pink. HEX triplet: F1, 87 and B7. RGB value is (241,135,183). Sum of RGB (Red+Green+Blue) = 241+135+183=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F187B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187B7 is #0E7848. Grayscale: #ACACAC. Windows color (decimal): -948297 or 12027889. OLE color: 12027889.

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

Color convert

RGB 241 135 183 -
CMYK 0 0.44 0.24 0.05
HSL 332.83º 0.79% 0.74% -
HSV(B) 332.83º 0.44% 0.95% -
XYZ 53.49 39.45 49.59 -
YUV 172.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 241 135 183 0 0.44 0.24 0.05 332.83 0.79 0.74
Hex F1 87 B7 0 2C 18 5 14D 4F 4A
Octal 361 207 267 0 54 30 5 515 117 112
Binary 11110001 10000111 10110111 0 101100 11000 101 101001101 1001111 1001010

Color Harmonies of #F187B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187B7

Black with #F187B7

Text Example


Text Example

White with #F187B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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