Html Css Color HEX #F185BD Persian Pink

📋 copy color: '#F185BD'

red 241 ◦ green 133 ◦ blue 189

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

Shades of Persian Pink #F185BD

Tints of Persian Pink #F185BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.62%

 BLUE value IS 189 (74.22% from 255) = 33.57%

R = 42.81%
G = 23.62%
B = 33.57%

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

#F185BD (or 0xF185BD) is known color: Persian Pink. HEX triplet: F1, 85 and BD. RGB value is (241,133,189). Sum of RGB (Red+Green+Blue) = 241+133+189=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F185BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185BD is #0E7A42. Grayscale: #ABABAB. Windows color (decimal): -948803 or 12420593. OLE color: 12420593.

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

Color convert

RGB 241 133 189 -
CMYK 0 0.45 0.22 0.05
HSL 328.89º 0.79% 0.73% -
HSV(B) 328.89º 0.45% 0.95% -
XYZ 53.85 39.15 52.86 -
YUV 171.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 241 133 189 0 0.45 0.22 0.05 328.89 0.79 0.73
Hex F1 85 BD 0 2D 16 5 149 4F 49
Octal 361 205 275 0 55 26 5 511 117 111
Binary 11110001 10000101 10111101 0 101101 10110 101 101001001 1001111 1001001

Color Harmonies of #F185BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185BD

Black with #F185BD

Text Example


Text Example

White with #F185BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185BD; }

 p { color: rgb(241,133,189); }

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

background-color css

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

 a { background-color: rgb(241,133,189); }

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

border-color css

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

 span { border-color: rgb(241,133,189); }

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