Html Css Color HEX #F385B6 Persian Pink

📋 copy color: '#F385B6'

red 243 ◦ green 133 ◦ blue 182

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

Shades of Persian Pink #F385B6

Tints of Persian Pink #F385B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.62%

R = 43.55%
G = 23.84%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F385B6 (or 0xF385B6) is known color: Persian Pink. HEX triplet: F3, 85 and B6. RGB value is (243,133,182). Sum of RGB (Red+Green+Blue) = 243+133+182=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F385B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385B6 is #0C7A49. Grayscale: #ABABAB. Windows color (decimal): -817738 or 11961843. OLE color: 11961843.

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

Color convert

RGB 243 133 182 -
CMYK 0 0.45 0.25 0.05
HSL 333.27º 0.82% 0.74% -
HSV(B) 333.27º 0.45% 0.95% -
XYZ 53.79 39.21 48.99 -
YUV 171.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 243 133 182 0 0.45 0.25 0.05 333.27 0.82 0.74
Hex F3 85 B6 0 2D 19 5 14D 52 4A
Octal 363 205 266 0 55 31 5 515 122 112
Binary 11110011 10000101 10110110 0 101101 11001 101 101001101 1010010 1001010

Color Harmonies of #F385B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F385B6

Black with #F385B6

Text Example


Text Example

White with #F385B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F385B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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