Html Css Color HEX #F385BB Persian Pink

📋 copy color: '#F385BB'

red 243 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #F385BB

Tints of Persian Pink #F385BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 43.16%
G = 23.62%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F385BB (or 0xF385BB) is known color: Persian Pink. HEX triplet: F3, 85 and BB. RGB value is (243,133,187). Sum of RGB (Red+Green+Blue) = 243+133+187=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F385BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385BB is #0C7A44. Grayscale: #ABABAB. Windows color (decimal): -817733 or 12289523. OLE color: 12289523.

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

Color convert

RGB 243 133 187 -
CMYK 0 0.45 0.23 0.05
HSL 330.55º 0.82% 0.74% -
HSV(B) 330.55º 0.45% 0.95% -
XYZ 54.32 39.42 51.76 -
YUV 172.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 243 133 187 0 0.45 0.23 0.05 330.55 0.82 0.74
Hex F3 85 BB 0 2D 17 5 14B 52 4A
Octal 363 205 273 0 55 27 5 513 122 112
Binary 11110011 10000101 10111011 0 101101 10111 101 101001011 1010010 1001010

Color Harmonies of #F385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385BB

Black with #F385BB

Text Example


Text Example

White with #F385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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