Html Css Color HEX #F05885 Dark Pink

📋 copy color: '#F05885'

red 240 ◦ green 88 ◦ blue 133

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

Shades of Dark Pink #F05885

Tints of Dark Pink #F05885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 52.06%
G = 19.09%
B = 28.85%

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

#F05885 (or 0xF05885) is known color: Dark Pink. HEX triplet: F0, 58 and 85. RGB value is (240,88,133). Sum of RGB (Red+Green+Blue) = 240+88+133=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F05885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05885 is #0FA77A. Grayscale: #8A8A8A. Windows color (decimal): -1025915 or 8739056. OLE color: 8739056.

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

Color convert

RGB 240 88 133 -
CMYK 0 0.63 0.45 0.06
HSL 342.24º 0.84% 0.64% -
HSV(B) 342.24º 0.63% 0.94% -
XYZ 43.66 27.2 25.14 -
YUV 138.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 240 88 133 0 0.63 0.45 0.06 342.24 0.84 0.64
Hex F0 58 85 0 3F 2D 6 156 54 40
Octal 360 130 205 0 77 55 6 526 124 100
Binary 11110000 1011000 10000101 0 111111 101101 110 101010110 1010100 1000000

Color Harmonies of #F05885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05885

Black with #F05885

Text Example


Text Example

White with #F05885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05885; }

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

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

background-color css

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

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

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

border-color css

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

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

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