Html Css Color HEX #F184BC Persian Pink

📋 copy color: '#F184BC'

red 241 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #F184BC

Tints of Persian Pink #F184BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.53%

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

R = 42.96%
G = 23.53%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F184BC (or 0xF184BC) is known color: Persian Pink. HEX triplet: F1, 84 and BC. RGB value is (241,132,188). Sum of RGB (Red+Green+Blue) = 241+132+188=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F184BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184BC is #0E7B43. Grayscale: #AAAAAA. Windows color (decimal): -949060 or 12354801. OLE color: 12354801.

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

Color convert

RGB 241 132 188 -
CMYK 0 0.45 0.22 0.05
HSL 329.17º 0.8% 0.73% -
HSV(B) 329.17º 0.45% 0.95% -
XYZ 53.6 38.83 52.25 -
YUV 170.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 241 132 188 0 0.45 0.22 0.05 329.17 0.8 0.73
Hex F1 84 BC 0 2D 16 5 149 50 49
Octal 361 204 274 0 55 26 5 511 120 111
Binary 11110001 10000100 10111100 0 101101 10110 101 101001001 1010000 1001001

Color Harmonies of #F184BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184BC

Black with #F184BC

Text Example


Text Example

White with #F184BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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