Html Css Color HEX #F05883 Dark Pink

📋 copy color: '#F05883'

red 240 ◦ green 88 ◦ blue 131

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

Shades of Dark Pink #F05883

Tints of Dark Pink #F05883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.17%

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

R = 52.29%
G = 19.17%
B = 28.54%

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

#F05883 (or 0xF05883) is known color: Dark Pink. HEX triplet: F0, 58 and 83. RGB value is (240,88,131). Sum of RGB (Red+Green+Blue) = 240+88+131=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F05883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05883 is #0FA77C. Grayscale: #8A8A8A. Windows color (decimal): -1025917 or 8607984. OLE color: 8607984.

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

Color convert

RGB 240 88 131 -
CMYK 0 0.63 0.45 0.06
HSL 343.03º 0.84% 0.64% -
HSV(B) 343.03º 0.63% 0.94% -
XYZ 43.52 27.14 24.42 -
YUV 138.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 240 88 131 0 0.63 0.45 0.06 343.03 0.84 0.64
Hex F0 58 83 0 3F 2D 6 157 54 40
Octal 360 130 203 0 77 55 6 527 124 100
Binary 11110000 1011000 10000011 0 111111 101101 110 101010111 1010100 1000000

Color Harmonies of #F05883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05883

Black with #F05883

Text Example


Text Example

White with #F05883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05883; }

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

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

background-color css

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

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

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

border-color css

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

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

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