Html Css Color HEX #F183BE Persian Pink

📋 copy color: '#F183BE'

red 241 ◦ green 131 ◦ blue 190

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

Shades of Persian Pink #F183BE

Tints of Persian Pink #F183BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.81%

R = 42.88%
G = 23.31%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F183BE (or 0xF183BE) is known color: Persian Pink. HEX triplet: F1, 83 and BE. RGB value is (241,131,190). Sum of RGB (Red+Green+Blue) = 241+131+190=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F183BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183BE is #0E7C41. Grayscale: #AAAAAA. Windows color (decimal): -949314 or 12485617. OLE color: 12485617.

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

Color convert

RGB 241 131 190 -
CMYK 0 0.46 0.21 0.05
HSL 327.82º 0.8% 0.73% -
HSV(B) 327.82º 0.46% 0.95% -
XYZ 53.69 38.65 53.35 -
YUV 170.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 241 131 190 0 0.46 0.21 0.05 327.82 0.8 0.73
Hex F1 83 BE 0 2E 15 5 148 50 49
Octal 361 203 276 0 56 25 5 510 120 111
Binary 11110001 10000011 10111110 0 101110 10101 101 101001000 1010000 1001001

Color Harmonies of #F183BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F183BE

Black with #F183BE

Text Example


Text Example

White with #F183BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F183BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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