Html Css Color HEX #F05383 Dark Pink

📋 copy color: '#F05383'

red 240 ◦ green 83 ◦ blue 131

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

Shades of Dark Pink #F05383

Tints of Dark Pink #F05383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.85%

R = 52.86%
G = 18.28%
B = 28.85%

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

#F05383 (or 0xF05383) is known color: Dark Pink. HEX triplet: F0, 53 and 83. RGB value is (240,83,131). Sum of RGB (Red+Green+Blue) = 240+83+131=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F05383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05383 is #0FAC7C. Grayscale: #878787. Windows color (decimal): -1027197 or 8606704. OLE color: 8606704.

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

Color convert

RGB 240 83 131 -
CMYK 0 0.65 0.45 0.06
HSL 341.66º 0.84% 0.63% -
HSV(B) 341.66º 0.65% 0.94% -
XYZ 43.13 26.35 24.29 -
YUV 135.42 125.51 202.6 -
System Red Green Blue C M Y K H S L
Decimal 240 83 131 0 0.65 0.45 0.06 341.66 0.84 0.63
Hex F0 53 83 0 41 2D 6 156 54 3F
Octal 360 123 203 0 101 55 6 526 124 77
Binary 11110000 1010011 10000011 0 1000001 101101 110 101010110 1010100 111111

Color Harmonies of #F05383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05383

Black with #F05383

Text Example


Text Example

White with #F05383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05383; }

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

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

background-color css

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

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

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

border-color css

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

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

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