Html Css Color HEX #FF74AE Hot Pink

📋 copy color: '#FF74AE'

red 255 ◦ green 116 ◦ blue 174

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

Shades of Hot Pink #FF74AE

Tints of Hot Pink #FF74AE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.28%

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 46.79%
G = 21.28%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF74AE (or 0xFF74AE) is known color: Hot Pink. HEX triplet: FF, 74 and AE. RGB value is (255,116,174). Sum of RGB (Red+Green+Blue) = 255+116+174=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74AE is #008B51. Grayscale: #A4A4A4. Windows color (decimal): -35666 or 11433215. OLE color: 11433215.

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

Color convert

RGB 255 116 174 -
CMYK 0 0.55 0.32 0
HSL 334.96º 1% 0.73% -
HSV(B) 334.96º 0.55% 1% -
XYZ 55.13 36.81 44.24 -
YUV 164.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 255 116 174 0 0.55 0.32 0 334.96 1 0.73
Hex FF 74 AE 0 37 20 0 14F 64 49
Octal 377 164 256 0 67 40 0 517 144 111
Binary 11111111 1110100 10101110 0 110111 100000 0 101001111 1100100 1001001

Color Harmonies of #FF74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74AE

Black with #FF74AE

Text Example


Text Example

White with #FF74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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