Html Css Color HEX #FF2485 Deep Pink

📋 copy color: '#FF2485'

red 255 ◦ green 36 ◦ blue 133

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

Shades of Deep Pink #FF2485

Tints of Deep Pink #FF2485

RGB

 RED value IS 255 (100% from 255) = 60.14%

 GREEN value IS 36 (14.45% from 255) = 8.49%

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

R = 60.14%
G = 8.49%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF2485 (or 0xFF2485) is known color: Deep Pink. HEX triplet: FF, 24 and 85. RGB value is (255,36,133). Sum of RGB (Red+Green+Blue) = 255+36+133=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2485 is #00DB7A. Grayscale: #707070. Windows color (decimal): -56187 or 8725759. OLE color: 8725759.

HSL color Cylindrical-coordinate representation of color #FF2485: hue angle of 333.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2485 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 133 -
CMYK 0 0.86 0.48 0
HSL 333.42º 1% 0.57% -
HSV(B) 333.42º 0.86% 1% -
XYZ 46.1 24.22 24.43 -
YUV 112.54 139.55 229.61 -
System Red Green Blue C M Y K H S L
Decimal 255 36 133 0 0.86 0.48 0 333.42 1 0.57
Hex FF 24 85 0 56 30 0 14D 64 39
Octal 377 44 205 0 126 60 0 515 144 71
Binary 11111111 100100 10000101 0 1010110 110000 0 101001101 1100100 111001

Color Harmonies of #FF2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2485

Black with #FF2485

Text Example


Text Example

White with #FF2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2485; }

 p { color: rgb(255,36,133); }

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

background-color css

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

 a { background-color: rgb(255,36,133); }

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

border-color css

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

 span { border-color: rgb(255,36,133); }

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