Html Css Color HEX #F387BC Persian Pink

📋 copy color: '#F387BC'

red 243 ◦ green 135 ◦ blue 188

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

Shades of Persian Pink #F387BC

Tints of Persian Pink #F387BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.85%

 BLUE value IS 188 (73.83% from 255) = 33.22%

R = 42.93%
G = 23.85%
B = 33.22%

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

#F387BC (or 0xF387BC) is known color: Persian Pink. HEX triplet: F3, 87 and BC. RGB value is (243,135,188). Sum of RGB (Red+Green+Blue) = 243+135+188=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F387BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387BC is #0C7843. Grayscale: #ADADAD. Windows color (decimal): -817220 or 12355571. OLE color: 12355571.

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

Color convert

RGB 243 135 188 -
CMYK 0 0.44 0.23 0.05
HSL 330.56º 0.82% 0.74% -
HSV(B) 330.56º 0.44% 0.95% -
XYZ 54.7 40.01 52.42 -
YUV 173.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 243 135 188 0 0.44 0.23 0.05 330.56 0.82 0.74
Hex F3 87 BC 0 2C 17 5 14B 52 4A
Octal 363 207 274 0 54 27 5 513 122 112
Binary 11110011 10000111 10111100 0 101100 10111 101 101001011 1010010 1001010

Color Harmonies of #F387BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387BC

Black with #F387BC

Text Example


Text Example

White with #F387BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387BC; }

 p { color: rgb(243,135,188); }

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

background-color css

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

 a { background-color: rgb(243,135,188); }

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

border-color css

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

 span { border-color: rgb(243,135,188); }

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