Html Css Color HEX #F05385 Dark Pink

📋 copy color: '#F05385'

red 240 ◦ green 83 ◦ blue 133

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

Shades of Dark Pink #F05385

Tints of Dark Pink #F05385

RGB

 RED value IS 240 (94.14% from 255) = 52.63%

 GREEN value IS 83 (32.81% from 255) = 18.2%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 52.63%
G = 18.2%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05385 (or 0xF05385) is known color: Dark Pink. HEX triplet: F0, 53 and 85. RGB value is (240,83,133). Sum of RGB (Red+Green+Blue) = 240+83+133=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F05385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05385 is #0FAC7A. Grayscale: #878787. Windows color (decimal): -1027195 or 8737776. OLE color: 8737776.

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

Color convert

RGB 240 83 133 -
CMYK 0 0.65 0.45 0.06
HSL 340.89º 0.84% 0.63% -
HSV(B) 340.89º 0.65% 0.94% -
XYZ 43.26 26.41 25.01 -
YUV 135.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 240 83 133 0 0.65 0.45 0.06 340.89 0.84 0.63
Hex F0 53 85 0 41 2D 6 155 54 3F
Octal 360 123 205 0 101 55 6 525 124 77
Binary 11110000 1010011 10000101 0 1000001 101101 110 101010101 1010100 111111

Color Harmonies of #F05385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05385

Black with #F05385

Text Example


Text Example

White with #F05385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05385; }

 p { color: rgb(240,83,133); }

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

background-color css

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

 a { background-color: rgb(240,83,133); }

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

border-color css

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

 span { border-color: rgb(240,83,133); }

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