Html Css Color HEX #F185BB Persian Pink

📋 copy color: '#F185BB'

red 241 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #F185BB

Tints of Persian Pink #F185BB

RGB

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

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

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

R = 42.96%
G = 23.71%
B = 33.33%

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

#F185BB (or 0xF185BB) is known color: Persian Pink. HEX triplet: F1, 85 and BB. RGB value is (241,133,187). Sum of RGB (Red+Green+Blue) = 241+133+187=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F185BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185BB is #0E7A44. Grayscale: #ABABAB. Windows color (decimal): -948805 or 12289521. OLE color: 12289521.

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

Color convert

RGB 241 133 187 -
CMYK 0 0.45 0.22 0.05
HSL 330º 0.79% 0.73% -
HSV(B) 330º 0.45% 0.95% -
XYZ 53.63 39.06 51.73 -
YUV 171.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 241 133 187 0 0.45 0.22 0.05 330 0.79 0.73
Hex F1 85 BB 0 2D 16 5 14A 4F 49
Octal 361 205 273 0 55 26 5 512 117 111
Binary 11110001 10000101 10111011 0 101101 10110 101 101001010 1001111 1001001

Color Harmonies of #F185BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185BB

Black with #F185BB

Text Example


Text Example

White with #F185BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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