Html Css Color HEX #FF0474 Deep Pink

📋 copy color: '#FF0474'

red 255 ◦ green 4 ◦ blue 116

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

Shades of Deep Pink #FF0474

Tints of Deep Pink #FF0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 68%
G = 1.07%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF0474 (or 0xFF0474) is known color: Deep Pink. HEX triplet: FF, 04 and 74. RGB value is (255,4,116). Sum of RGB (Red+Green+Blue) = 255+4+116=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0474 is #00FB8B. Grayscale: #5B5B5B. Windows color (decimal): -64396 or 7603455. OLE color: 7603455.

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

Color convert

RGB 255 4 116 -
CMYK 0 0.98 0.55 0
HSL 333.23º 1% 0.51% -
HSV(B) 333.23º 0.98% 1% -
XYZ 44.44 22.61 18.54 -
YUV 91.82 141.66 244.39 -
System Red Green Blue C M Y K H S L
Decimal 255 4 116 0 0.98 0.55 0 333.23 1 0.51
Hex FF 4 74 0 62 37 0 14D 64 33
Octal 377 4 164 0 142 67 0 515 144 63
Binary 11111111 100 1110100 0 1100010 110111 0 101001101 1100100 110011

Color Harmonies of #FF0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0474

Black with #FF0474

Text Example


Text Example

White with #FF0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0474; }

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

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

background-color css

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

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

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

border-color css

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

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

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