Html Css Color HEX #F05983 Dark Pink

📋 copy color: '#F05983'

red 240 ◦ green 89 ◦ blue 131

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

Shades of Dark Pink #F05983

Tints of Dark Pink #F05983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 52.17%
G = 19.35%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05983 (or 0xF05983) is known color: Dark Pink. HEX triplet: F0, 59 and 83. RGB value is (240,89,131). Sum of RGB (Red+Green+Blue) = 240+89+131=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F05983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05983 is #0FA67C. Grayscale: #8A8A8A. Windows color (decimal): -1025661 or 8608240. OLE color: 8608240.

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

Color convert

RGB 240 89 131 -
CMYK 0 0.63 0.45 0.06
HSL 343.31º 0.83% 0.65% -
HSV(B) 343.31º 0.63% 0.94% -
XYZ 43.6 27.31 24.45 -
YUV 138.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 240 89 131 0 0.63 0.45 0.06 343.31 0.83 0.65
Hex F0 59 83 0 3F 2D 6 157 53 41
Octal 360 131 203 0 77 55 6 527 123 101
Binary 11110000 1011001 10000011 0 111111 101101 110 101010111 1010011 1000001

Color Harmonies of #F05983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05983

Black with #F05983

Text Example


Text Example

White with #F05983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05983; }

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

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

background-color css

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

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

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

border-color css

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

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

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