Html Css Color HEX #FF0374 Deep Pink

📋 copy color: '#FF0374'

red 255 ◦ green 3 ◦ blue 116

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

Shades of Deep Pink #FF0374

Tints of Deep Pink #FF0374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 68.18%
G = 0.8%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0374 (or 0xFF0374) is known color: Deep Pink. HEX triplet: FF, 03 and 74. RGB value is (255,3,116). Sum of RGB (Red+Green+Blue) = 255+3+116=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0374 is #00FC8B. Grayscale: #5B5B5B. Windows color (decimal): -64652 or 7603199. OLE color: 7603199.

HSL color Cylindrical-coordinate representation of color #FF0374: hue angle of 333.1º 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 #FF0374 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 3 116 -
CMYK 0 0.99 0.55 0
HSL 333.1º 1% 0.51% -
HSV(B) 333.1º 0.99% 1% -
XYZ 44.42 22.59 18.54 -
YUV 91.23 141.99 244.81 -
System Red Green Blue C M Y K H S L
Decimal 255 3 116 0 0.99 0.55 0 333.1 1 0.51
Hex FF 3 74 0 63 37 0 14D 64 33
Octal 377 3 164 0 143 67 0 515 144 63
Binary 11111111 11 1110100 0 1100011 110111 0 101001101 1100100 110011

Color Harmonies of #FF0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0374

Black with #FF0374

Text Example


Text Example

White with #FF0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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