Html Css Color HEX #F386B9 Persian Pink

📋 copy color: '#F386B9'

red 243 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #F386B9

Tints of Persian Pink #F386B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 43.24%
G = 23.84%
B = 32.92%

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

#F386B9 (or 0xF386B9) is known color: Persian Pink. HEX triplet: F3, 86 and B9. RGB value is (243,134,185). Sum of RGB (Red+Green+Blue) = 243+134+185=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 243 - color contains mainly: red. Hex color #F386B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386B9 is #0C7946. Grayscale: #ACACAC. Windows color (decimal): -817479 or 12158707. OLE color: 12158707.

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

Color convert

RGB 243 134 185 -
CMYK 0 0.45 0.24 0.05
HSL 331.93º 0.82% 0.74% -
HSV(B) 331.93º 0.45% 0.95% -
XYZ 54.24 39.61 50.69 -
YUV 172.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 243 134 185 0 0.45 0.24 0.05 331.93 0.82 0.74
Hex F3 86 B9 0 2D 18 5 14C 52 4A
Octal 363 206 271 0 55 30 5 514 122 112
Binary 11110011 10000110 10111001 0 101101 11000 101 101001100 1010010 1001010

Color Harmonies of #F386B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F386B9

Black with #F386B9

Text Example


Text Example

White with #F386B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F386B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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