Html Css Color HEX #FF1474 Deep Pink

📋 copy color: '#FF1474'

red 255 ◦ green 20 ◦ blue 116

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

Shades of Deep Pink #FF1474

Tints of Deep Pink #FF1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.12%

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

R = 65.22%
G = 5.12%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF1474 (or 0xFF1474) is known color: Deep Pink. HEX triplet: FF, 14 and 74. RGB value is (255,20,116). Sum of RGB (Red+Green+Blue) = 255+20+116=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1474 is #00EB8B. Grayscale: #656565. Windows color (decimal): -60300 or 7607551. OLE color: 7607551.

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

Color convert

RGB 255 20 116 -
CMYK 0 0.92 0.55 0
HSL 335.49º 1% 0.54% -
HSV(B) 335.49º 0.92% 1% -
XYZ 44.64 23.02 18.61 -
YUV 101.21 136.36 237.69 -
System Red Green Blue C M Y K H S L
Decimal 255 20 116 0 0.92 0.55 0 335.49 1 0.54
Hex FF 14 74 0 5C 37 0 14F 64 36
Octal 377 24 164 0 134 67 0 517 144 66
Binary 11111111 10100 1110100 0 1011100 110111 0 101001111 1100100 110110

Color Harmonies of #FF1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1474

Black with #FF1474

Text Example


Text Example

White with #FF1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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