Html Css Color HEX #F185B5 Persian Pink

📋 copy color: '#F185B5'

red 241 ◦ green 133 ◦ blue 181

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

Shades of Persian Pink #F185B5

Tints of Persian Pink #F185B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.61%

R = 43.42%
G = 23.96%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F185B5 (or 0xF185B5) is known color: Persian Pink. HEX triplet: F1, 85 and B5. RGB value is (241,133,181). Sum of RGB (Red+Green+Blue) = 241+133+181=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F185B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185B5 is #0E7A4A. Grayscale: #AAAAAA. Windows color (decimal): -948811 or 11896305. OLE color: 11896305.

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

Color convert

RGB 241 133 181 -
CMYK 0 0.45 0.25 0.05
HSL 333.33º 0.79% 0.73% -
HSV(B) 333.33º 0.45% 0.95% -
XYZ 53 38.81 48.41 -
YUV 170.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 241 133 181 0 0.45 0.25 0.05 333.33 0.79 0.73
Hex F1 85 B5 0 2D 19 5 14D 4F 49
Octal 361 205 265 0 55 31 5 515 117 111
Binary 11110001 10000101 10110101 0 101101 11001 101 101001101 1001111 1001001

Color Harmonies of #F185B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F185B5

Black with #F185B5

Text Example


Text Example

White with #F185B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F185B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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