Html Css Color HEX #F387B4 Persian Pink

📋 copy color: '#F387B4'

red 243 ◦ green 135 ◦ blue 180

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

Shades of Persian Pink #F387B4

Tints of Persian Pink #F387B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.26%

R = 43.55%
G = 24.19%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F387B4 (or 0xF387B4) is known color: Persian Pink. HEX triplet: F3, 87 and B4. RGB value is (243,135,180). Sum of RGB (Red+Green+Blue) = 243+135+180=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F387B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387B4 is #0C784B. Grayscale: #ACACAC. Windows color (decimal): -817228 or 11831283. OLE color: 11831283.

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

Color convert

RGB 243 135 180 -
CMYK 0 0.44 0.26 0.05
HSL 335º 0.82% 0.74% -
HSV(B) 335º 0.44% 0.95% -
XYZ 53.86 39.68 48 -
YUV 172.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 243 135 180 0 0.44 0.26 0.05 335 0.82 0.74
Hex F3 87 B4 0 2C 1A 5 14F 52 4A
Octal 363 207 264 0 54 32 5 517 122 112
Binary 11110011 10000111 10110100 0 101100 11010 101 101001111 1010010 1001010

Color Harmonies of #F387B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F387B4

Black with #F387B4

Text Example


Text Example

White with #F387B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F387B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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