Html Css Color HEX #F187BC Persian Pink

📋 copy color: '#F187BC'

red 241 ◦ green 135 ◦ blue 188

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

Shades of Persian Pink #F187BC

Tints of Persian Pink #F187BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 42.73%
G = 23.94%
B = 33.33%

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

#F187BC (or 0xF187BC) is known color: Persian Pink. HEX triplet: F1, 87 and BC. RGB value is (241,135,188). Sum of RGB (Red+Green+Blue) = 241+135+188=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F187BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F187BC is #0E7843. Grayscale: #ACACAC. Windows color (decimal): -948292 or 12355569. OLE color: 12355569.

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

Color convert

RGB 241 135 188 -
CMYK 0 0.44 0.22 0.05
HSL 330º 0.79% 0.74% -
HSV(B) 330º 0.44% 0.95% -
XYZ 54.02 39.66 52.39 -
YUV 172.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 241 135 188 0 0.44 0.22 0.05 330 0.79 0.74
Hex F1 87 BC 0 2C 16 5 14A 4F 4A
Octal 361 207 274 0 54 26 5 512 117 112
Binary 11110001 10000111 10111100 0 101100 10110 101 101001010 1001111 1001010

Color Harmonies of #F187BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F187BC

Black with #F187BC

Text Example


Text Example

White with #F187BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F187BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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