Html Css Color HEX #F183BB Persian Pink

📋 copy color: '#F183BB'

red 241 ◦ green 131 ◦ blue 187

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

Shades of Persian Pink #F183BB

Tints of Persian Pink #F183BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.43%

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

R = 43.11%
G = 23.43%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F183BB (or 0xF183BB) is known color: Persian Pink. HEX triplet: F1, 83 and BB. RGB value is (241,131,187). Sum of RGB (Red+Green+Blue) = 241+131+187=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F183BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183BB is #0E7C44. Grayscale: #AAAAAA. Windows color (decimal): -949317 or 12289009. OLE color: 12289009.

HSL color Cylindrical-coordinate representation of color #F183BB: hue angle of 329.45º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183BB is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 187 -
CMYK 0 0.46 0.22 0.05
HSL 329.45º 0.8% 0.73% -
HSV(B) 329.45º 0.46% 0.95% -
XYZ 53.36 38.52 51.64 -
YUV 170.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 241 131 187 0 0.46 0.22 0.05 329.45 0.8 0.73
Hex F1 83 BB 0 2E 16 5 149 50 49
Octal 361 203 273 0 56 26 5 511 120 111
Binary 11110001 10000011 10111011 0 101110 10110 101 101001001 1010000 1001001

Color Harmonies of #F183BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F183BB

Black with #F183BB

Text Example


Text Example

White with #F183BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F183BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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