Html Css Color HEX #F384BD Persian Pink

📋 copy color: '#F384BD'

red 243 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #F384BD

Tints of Persian Pink #F384BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.4%

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 43.09%
G = 23.4%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F384BD (or 0xF384BD) is known color: Persian Pink. HEX triplet: F3, 84 and BD. RGB value is (243,132,189). Sum of RGB (Red+Green+Blue) = 243+132+189=564 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.09% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 243 - color contains mainly: red. Hex color #F384BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F384BD is #0C7B42. Grayscale: #ABABAB. Windows color (decimal): -817987 or 12420339. OLE color: 12420339.

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

Color convert

RGB 243 132 189 -
CMYK 0 0.46 0.22 0.05
HSL 329.19º 0.82% 0.74% -
HSV(B) 329.19º 0.46% 0.95% -
XYZ 54.4 39.23 52.85 -
YUV 171.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 243 132 189 0 0.46 0.22 0.05 329.19 0.82 0.74
Hex F3 84 BD 0 2E 16 5 149 52 4A
Octal 363 204 275 0 56 26 5 511 122 112
Binary 11110011 10000100 10111101 0 101110 10110 101 101001001 1010010 1001010

Color Harmonies of #F384BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F384BD

Black with #F384BD

Text Example


Text Example

White with #F384BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F384BD; }

 p { color: rgb(243,132,189); }

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

background-color css

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

 a { background-color: rgb(243,132,189); }

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

border-color css

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

 span { border-color: rgb(243,132,189); }

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