Html Css Color HEX #F388BB Persian Pink

📋 copy color: '#F388BB'

red 243 ◦ green 136 ◦ blue 187

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

Shades of Persian Pink #F388BB

Tints of Persian Pink #F388BB

RGB

 RED value IS 243 (95.31% from 255) = 42.93%

 GREEN value IS 136 (53.52% from 255) = 24.03%

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

R = 42.93%
G = 24.03%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F388BB (or 0xF388BB) is known color: Persian Pink. HEX triplet: F3, 88 and BB. RGB value is (243,136,187). Sum of RGB (Red+Green+Blue) = 243+136+187=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F388BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388BB is #0C7744. Grayscale: #ADADAD. Windows color (decimal): -816965 or 12290291. OLE color: 12290291.

HSL color Cylindrical-coordinate representation of color #F388BB: hue angle of 331.4º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388BB is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 136 187 -
CMYK 0 0.44 0.23 0.05
HSL 331.4º 0.82% 0.74% -
HSV(B) 331.4º 0.44% 0.95% -
XYZ 54.74 40.25 51.9 -
YUV 173.81 135.45 177.35 -
System Red Green Blue C M Y K H S L
Decimal 243 136 187 0 0.44 0.23 0.05 331.4 0.82 0.74
Hex F3 88 BB 0 2C 17 5 14B 52 4A
Octal 363 210 273 0 54 27 5 513 122 112
Binary 11110011 10001000 10111011 0 101100 10111 101 101001011 1010010 1001010

Color Harmonies of #F388BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F388BB

Black with #F388BB

Text Example


Text Example

White with #F388BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F388BB; }

 p { color: rgb(243,136,187); }

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

background-color css

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

 a { background-color: rgb(243,136,187); }

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

border-color css

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

 span { border-color: rgb(243,136,187); }

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