Html Css Color HEX #FF74AF Hot Pink

📋 copy color: '#FF74AF'

red 255 ◦ green 116 ◦ blue 175

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

Shades of Hot Pink #FF74AF

Tints of Hot Pink #FF74AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.05%

R = 46.7%
G = 21.25%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF74AF (or 0xFF74AF) is known color: Hot Pink. HEX triplet: FF, 74 and AF. RGB value is (255,116,175). Sum of RGB (Red+Green+Blue) = 255+116+175=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74AF is #008B50. Grayscale: #A4A4A4. Windows color (decimal): -35665 or 11498751. OLE color: 11498751.

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

Color convert

RGB 255 116 175 -
CMYK 0 0.55 0.31 0
HSL 334.53º 1% 0.73% -
HSV(B) 334.53º 0.55% 1% -
XYZ 55.22 36.85 44.76 -
YUV 164.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 255 116 175 0 0.55 0.31 0 334.53 1 0.73
Hex FF 74 AF 0 37 1F 0 14F 64 49
Octal 377 164 257 0 67 37 0 517 144 111
Binary 11111111 1110100 10101111 0 110111 11111 0 101001111 1100100 1001001

Color Harmonies of #FF74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74AF

Black with #FF74AF

Text Example


Text Example

White with #FF74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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