Html Css Color HEX #F184B7 Persian Pink

📋 copy color: '#F184B7'

red 241 ◦ green 132 ◦ blue 183

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

Shades of Persian Pink #F184B7

Tints of Persian Pink #F184B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 43.35%
G = 23.74%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F184B7 (or 0xF184B7) is known color: Persian Pink. HEX triplet: F1, 84 and B7. RGB value is (241,132,183). Sum of RGB (Red+Green+Blue) = 241+132+183=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F184B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184B7 is #0E7B48. Grayscale: #AAAAAA. Windows color (decimal): -949065 or 12027121. OLE color: 12027121.

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

Color convert

RGB 241 132 183 -
CMYK 0 0.45 0.24 0.05
HSL 331.93º 0.8% 0.73% -
HSV(B) 331.93º 0.45% 0.95% -
XYZ 53.07 38.62 49.46 -
YUV 170.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 241 132 183 0 0.45 0.24 0.05 331.93 0.8 0.73
Hex F1 84 B7 0 2D 18 5 14C 50 49
Octal 361 204 267 0 55 30 5 514 120 111
Binary 11110001 10000100 10110111 0 101101 11000 101 101001100 1010000 1001001

Color Harmonies of #F184B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F184B7

Black with #F184B7

Text Example


Text Example

White with #F184B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F184B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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