Html Css Color HEX #F05485 Dark Pink

📋 copy color: '#F05485'

red 240 ◦ green 84 ◦ blue 133

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

Shades of Dark Pink #F05485

Tints of Dark Pink #F05485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 52.52%
G = 18.38%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F05485 (or 0xF05485) is known color: Dark Pink. HEX triplet: F0, 54 and 85. RGB value is (240,84,133). Sum of RGB (Red+Green+Blue) = 240+84+133=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F05485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05485 is #0FAB7A. Grayscale: #888888. Windows color (decimal): -1026939 or 8738032. OLE color: 8738032.

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

Color convert

RGB 240 84 133 -
CMYK 0 0.65 0.45 0.06
HSL 341.15º 0.84% 0.64% -
HSV(B) 341.15º 0.65% 0.94% -
XYZ 43.34 26.56 25.03 -
YUV 136.23 126.18 202.02 -
System Red Green Blue C M Y K H S L
Decimal 240 84 133 0 0.65 0.45 0.06 341.15 0.84 0.64
Hex F0 54 85 0 41 2D 6 155 54 40
Octal 360 124 205 0 101 55 6 525 124 100
Binary 11110000 1010100 10000101 0 1000001 101101 110 101010101 1010100 1000000

Color Harmonies of #F05485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05485

Black with #F05485

Text Example


Text Example

White with #F05485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05485; }

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

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

background-color css

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

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

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

border-color css

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

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

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