Html Css Color HEX #F385BD Persian Pink

📋 copy color: '#F385BD'

red 243 ◦ green 133 ◦ blue 189

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

Shades of Persian Pink #F385BD

Tints of Persian Pink #F385BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.54%

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

R = 43.01%
G = 23.54%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F385BD (or 0xF385BD) is known color: Persian Pink. HEX triplet: F3, 85 and BD. RGB value is (243,133,189). Sum of RGB (Red+Green+Blue) = 243+133+189=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F385BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385BD is #0C7A42. Grayscale: #ACACAC. Windows color (decimal): -817731 or 12420595. OLE color: 12420595.

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

Color convert

RGB 243 133 189 -
CMYK 0 0.45 0.22 0.05
HSL 329.45º 0.82% 0.74% -
HSV(B) 329.45º 0.45% 0.95% -
XYZ 54.53 39.5 52.89 -
YUV 172.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 243 133 189 0 0.45 0.22 0.05 329.45 0.82 0.74
Hex F3 85 BD 0 2D 16 5 149 52 4A
Octal 363 205 275 0 55 26 5 511 122 112
Binary 11110011 10000101 10111101 0 101101 10110 101 101001001 1010010 1001010

Color Harmonies of #F385BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385BD

Black with #F385BD

Text Example


Text Example

White with #F385BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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