Html Css Color HEX #F184B5 Persian Pink

📋 copy color: '#F184B5'

red 241 ◦ green 132 ◦ blue 181

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

Shades of Persian Pink #F184B5

Tints of Persian Pink #F184B5

RGB

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

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

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

R = 43.5%
G = 23.83%
B = 32.67%

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

#F184B5 (or 0xF184B5) is known color: Persian Pink. HEX triplet: F1, 84 and B5. RGB value is (241,132,181). Sum of RGB (Red+Green+Blue) = 241+132+181=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F184B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184B5 is #0E7B4A. Grayscale: #AAAAAA. Windows color (decimal): -949067 or 11896049. OLE color: 11896049.

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

Color convert

RGB 241 132 181 -
CMYK 0 0.45 0.25 0.05
HSL 333.03º 0.8% 0.73% -
HSV(B) 333.03º 0.45% 0.95% -
XYZ 52.87 38.54 48.37 -
YUV 170.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 241 132 181 0 0.45 0.25 0.05 333.03 0.8 0.73
Hex F1 84 B5 0 2D 19 5 14D 50 49
Octal 361 204 265 0 55 31 5 515 120 111
Binary 11110001 10000100 10110101 0 101101 11001 101 101001101 1010000 1001001

Color Harmonies of #F184B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184B5

Black with #F184B5

Text Example


Text Example

White with #F184B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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