Html Css Color HEX #F05384 Dark Pink

📋 copy color: '#F05384'

red 240 ◦ green 83 ◦ blue 132

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

Shades of Dark Pink #F05384

Tints of Dark Pink #F05384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.01%

R = 52.75%
G = 18.24%
B = 29.01%

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

#F05384 (or 0xF05384) is known color: Dark Pink. HEX triplet: F0, 53 and 84. RGB value is (240,83,132). Sum of RGB (Red+Green+Blue) = 240+83+132=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F05384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05384 is #0FAC7B. Grayscale: #878787. Windows color (decimal): -1027196 or 8672240. OLE color: 8672240.

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

Color convert

RGB 240 83 132 -
CMYK 0 0.65 0.45 0.06
HSL 341.27º 0.84% 0.63% -
HSV(B) 341.27º 0.65% 0.94% -
XYZ 43.19 26.38 24.64 -
YUV 135.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 240 83 132 0 0.65 0.45 0.06 341.27 0.84 0.63
Hex F0 53 84 0 41 2D 6 155 54 3F
Octal 360 123 204 0 101 55 6 525 124 77
Binary 11110000 1010011 10000100 0 1000001 101101 110 101010101 1010100 111111

Color Harmonies of #F05384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05384

Black with #F05384

Text Example


Text Example

White with #F05384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05384; }

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

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

background-color css

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

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

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

border-color css

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

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

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