Html Css Color HEX #FF74B0 Hot Pink

📋 copy color: '#FF74B0'

red 255 ◦ green 116 ◦ blue 176

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

Shades of Hot Pink #FF74B0

Tints of Hot Pink #FF74B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.18%

R = 46.62%
G = 21.21%
B = 32.18%

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

#FF74B0 (or 0xFF74B0) is known color: Hot Pink. HEX triplet: FF, 74 and B0. RGB value is (255,116,176). Sum of RGB (Red+Green+Blue) = 255+116+176=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74B0 is #008B4F. Grayscale: #A4A4A4. Windows color (decimal): -35664 or 11564287. OLE color: 11564287.

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

Color convert

RGB 255 116 176 -
CMYK 0 0.55 0.31 0
HSL 334.1º 1% 0.73% -
HSV(B) 334.1º 0.55% 1% -
XYZ 55.32 36.89 45.28 -
YUV 164.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 255 116 176 0 0.55 0.31 0 334.1 1 0.73
Hex FF 74 B0 0 37 1F 0 14E 64 49
Octal 377 164 260 0 67 37 0 516 144 111
Binary 11111111 1110100 10110000 0 110111 11111 0 101001110 1100100 1001001

Color Harmonies of #FF74B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74B0

Black with #FF74B0

Text Example


Text Example

White with #FF74B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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