Html Css Color HEX #FF74B2 Hot Pink

📋 copy color: '#FF74B2'

red 255 ◦ green 116 ◦ blue 178

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

Shades of Hot Pink #FF74B2

Tints of Hot Pink #FF74B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.42%

R = 46.45%
G = 21.13%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF74B2 (or 0xFF74B2) is known color: Hot Pink. HEX triplet: FF, 74 and B2. RGB value is (255,116,178). Sum of RGB (Red+Green+Blue) = 255+116+178=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF74B2 is #008B4D. Grayscale: #A4A4A4. Windows color (decimal): -35662 or 11695359. OLE color: 11695359.

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

Color convert

RGB 255 116 178 -
CMYK 0 0.55 0.30 0
HSL 333.24º 1% 0.73% -
HSV(B) 333.24º 0.55% 1% -
XYZ 55.52 36.97 46.33 -
YUV 164.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 255 116 178 0 0.55 0.30 0 333.24 1 0.73
Hex FF 74 B2 0 37 1E 0 14D 64 49
Octal 377 164 262 0 67 36 0 515 144 111
Binary 11111111 1110100 10110010 0 110111 11110 0 101001101 1100100 1001001

Color Harmonies of #FF74B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74B2

Black with #FF74B2

Text Example


Text Example

White with #FF74B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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