Html Css Color HEX #F05683 Dark Pink

📋 copy color: '#F05683'

red 240 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #F05683

Tints of Dark Pink #F05683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.82%

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

R = 52.52%
G = 18.82%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05683 (or 0xF05683) is known color: Dark Pink. HEX triplet: F0, 56 and 83. RGB value is (240,86,131). Sum of RGB (Red+Green+Blue) = 240+86+131=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05683 is #0FA97C. Grayscale: #898989. Windows color (decimal): -1026429 or 8607472. OLE color: 8607472.

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

Color convert

RGB 240 86 131 -
CMYK 0 0.64 0.45 0.06
HSL 342.47º 0.84% 0.64% -
HSV(B) 342.47º 0.64% 0.94% -
XYZ 43.36 26.82 24.36 -
YUV 137.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 240 86 131 0 0.64 0.45 0.06 342.47 0.84 0.64
Hex F0 56 83 0 40 2D 6 156 54 40
Octal 360 126 203 0 100 55 6 526 124 100
Binary 11110000 1010110 10000011 0 1000000 101101 110 101010110 1010100 1000000

Color Harmonies of #F05683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05683

Black with #F05683

Text Example


Text Example

White with #F05683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05683; }

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

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

background-color css

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

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

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

border-color css

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

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

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