Html Css Color HEX #F35986 Dark Pink

📋 copy color: '#F35986'

red 243 ◦ green 89 ◦ blue 134

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

Shades of Dark Pink #F35986

Tints of Dark Pink #F35986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.1%

 BLUE value IS 134 (52.73% from 255) = 28.76%

R = 52.15%
G = 19.1%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F35986 (or 0xF35986) is known color: Dark Pink. HEX triplet: F3, 59 and 86. RGB value is (243,89,134). Sum of RGB (Red+Green+Blue) = 243+89+134=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F35986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F35986 is #0CA679. Grayscale: #8C8C8C. Windows color (decimal): -829050 or 8804851. OLE color: 8804851.

HSL color Cylindrical-coordinate representation of color #F35986: hue angle of 342.47º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35986 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 89 134 -
CMYK 0 0.63 0.45 0.05
HSL 342.47º 0.87% 0.65% -
HSV(B) 342.47º 0.63% 0.95% -
XYZ 44.84 27.92 25.58 -
YUV 140.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 243 89 134 0 0.63 0.45 0.05 342.47 0.87 0.65
Hex F3 59 86 0 3F 2D 5 156 57 41
Octal 363 131 206 0 77 55 5 526 127 101
Binary 11110011 1011001 10000110 0 111111 101101 101 101010110 1010111 1000001

Color Harmonies of #F35986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F35986

Black with #F35986

Text Example


Text Example

White with #F35986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F35986; }

 p { color: rgb(243,89,134); }

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

background-color css

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

 a { background-color: rgb(243,89,134); }

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

border-color css

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

 span { border-color: rgb(243,89,134); }

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