Html Css Color HEX #FF74B1 Hot Pink

📋 copy color: '#FF74B1'

red 255 ◦ green 116 ◦ blue 177

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

Shades of Hot Pink #FF74B1

Tints of Hot Pink #FF74B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.3%

R = 46.53%
G = 21.17%
B = 32.3%

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

#FF74B1 (or 0xFF74B1) is known color: Hot Pink. HEX triplet: FF, 74 and B1. RGB value is (255,116,177). Sum of RGB (Red+Green+Blue) = 255+116+177=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74B1 is #008B4E. Grayscale: #A4A4A4. Windows color (decimal): -35663 or 11629823. OLE color: 11629823.

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

Color convert

RGB 255 116 177 -
CMYK 0 0.55 0.31 0
HSL 333.67º 1% 0.73% -
HSV(B) 333.67º 0.55% 1% -
XYZ 55.42 36.93 45.8 -
YUV 164.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 255 116 177 0 0.55 0.31 0 333.67 1 0.73
Hex FF 74 B1 0 37 1F 0 14E 64 49
Octal 377 164 261 0 67 37 0 516 144 111
Binary 11111111 1110100 10110001 0 110111 11111 0 101001110 1100100 1001001

Color Harmonies of #FF74B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74B1

Black with #FF74B1

Text Example


Text Example

White with #FF74B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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