Html Css Color HEX #F05183 Dark Pink

📋 copy color: '#F05183'

red 240 ◦ green 81 ◦ blue 131

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

Shades of Dark Pink #F05183

Tints of Dark Pink #F05183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 53.1%
G = 17.92%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05183 (or 0xF05183) is known color: Dark Pink. HEX triplet: F0, 51 and 83. RGB value is (240,81,131). Sum of RGB (Red+Green+Blue) = 240+81+131=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F05183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05183 is #0FAE7C. Grayscale: #868686. Windows color (decimal): -1027709 or 8606192. OLE color: 8606192.

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

Color convert

RGB 240 81 131 -
CMYK 0 0.66 0.45 0.06
HSL 341.13º 0.84% 0.63% -
HSV(B) 341.13º 0.66% 0.94% -
XYZ 42.97 26.05 24.24 -
YUV 134.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 240 81 131 0 0.66 0.45 0.06 341.13 0.84 0.63
Hex F0 51 83 0 42 2D 6 155 54 3F
Octal 360 121 203 0 102 55 6 525 124 77
Binary 11110000 1010001 10000011 0 1000010 101101 110 101010101 1010100 111111

Color Harmonies of #F05183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05183

Black with #F05183

Text Example


Text Example

White with #F05183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05183; }

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

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

background-color css

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

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

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

border-color css

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

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

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