Html Css Color HEX #FF0785 Deep Pink

📋 copy color: '#FF0785'

red 255 ◦ green 7 ◦ blue 133

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

Shades of Deep Pink #FF0785

Tints of Deep Pink #FF0785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.77%

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

R = 64.56%
G = 1.77%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF0785 (or 0xFF0785) is known color: Deep Pink. HEX triplet: FF, 07 and 85. RGB value is (255,7,133). Sum of RGB (Red+Green+Blue) = 255+7+133=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0785 is #00F87A. Grayscale: #5F5F5F. Windows color (decimal): -63611 or 8718335. OLE color: 8718335.

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

Color convert

RGB 255 7 133 -
CMYK 0 0.97 0.48 0
HSL 329.52º 1% 0.51% -
HSV(B) 329.52º 0.97% 1% -
XYZ 45.55 23.11 24.25 -
YUV 95.52 149.16 241.75 -
System Red Green Blue C M Y K H S L
Decimal 255 7 133 0 0.97 0.48 0 329.52 1 0.51
Hex FF 7 85 0 61 30 0 14A 64 33
Octal 377 7 205 0 141 60 0 512 144 63
Binary 11111111 111 10000101 0 1100001 110000 0 101001010 1100100 110011

Color Harmonies of #FF0785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0785

Black with #FF0785

Text Example


Text Example

White with #FF0785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0785; }

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

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

background-color css

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

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

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

border-color css

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

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

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