Html Css Color HEX #FF037D Deep Pink

📋 copy color: '#FF037D'

red 255 ◦ green 3 ◦ blue 125

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

Shades of Deep Pink #FF037D

Tints of Deep Pink #FF037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 66.58%
G = 0.78%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF037D (or 0xFF037D) is known color: Deep Pink. HEX triplet: FF, 03 and 7D. RGB value is (255,3,125). Sum of RGB (Red+Green+Blue) = 255+3+125=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF037D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF037D is #00FC82. Grayscale: #5C5C5C. Windows color (decimal): -64643 or 8193023. OLE color: 8193023.

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

Color convert

RGB 255 3 125 -
CMYK 0 0.99 0.51 0
HSL 330.95º 1% 0.51% -
HSV(B) 330.95º 0.99% 1% -
XYZ 44.97 22.81 21.43 -
YUV 92.26 146.49 244.08 -
System Red Green Blue C M Y K H S L
Decimal 255 3 125 0 0.99 0.51 0 330.95 1 0.51
Hex FF 3 7D 0 63 33 0 14B 64 33
Octal 377 3 175 0 143 63 0 513 144 63
Binary 11111111 11 1111101 0 1100011 110011 0 101001011 1100100 110011

Color Harmonies of #FF037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF037D

Black with #FF037D

Text Example


Text Example

White with #FF037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF037D; }

 p { color: rgb(255,3,125); }

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

background-color css

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

 a { background-color: rgb(255,3,125); }

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

border-color css

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

 span { border-color: rgb(255,3,125); }

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