Html Css Color HEX #F386BA Persian Pink

📋 copy color: '#F386BA'

red 243 ◦ green 134 ◦ blue 186

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

Shades of Persian Pink #F386BA

Tints of Persian Pink #F386BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.8%

 BLUE value IS 186 (73.05% from 255) = 33.04%

R = 43.16%
G = 23.8%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F386BA (or 0xF386BA) is known color: Persian Pink. HEX triplet: F3, 86 and BA. RGB value is (243,134,186). Sum of RGB (Red+Green+Blue) = 243+134+186=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F386BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386BA is #0C7945. Grayscale: #ACACAC. Windows color (decimal): -817478 or 12224243. OLE color: 12224243.

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

Color convert

RGB 243 134 186 -
CMYK 0 0.45 0.23 0.05
HSL 331.38º 0.82% 0.74% -
HSV(B) 331.38º 0.45% 0.95% -
XYZ 54.35 39.65 51.24 -
YUV 172.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 243 134 186 0 0.45 0.23 0.05 331.38 0.82 0.74
Hex F3 86 BA 0 2D 17 5 14B 52 4A
Octal 363 206 272 0 55 27 5 513 122 112
Binary 11110011 10000110 10111010 0 101101 10111 101 101001011 1010010 1001010

Color Harmonies of #F386BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386BA

Black with #F386BA

Text Example


Text Example

White with #F386BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386BA; }

 p { color: rgb(243,134,186); }

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

background-color css

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

 a { background-color: rgb(243,134,186); }

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

border-color css

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

 span { border-color: rgb(243,134,186); }

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