Html Css Color HEX #FE74B0 Hot Pink

📋 copy color: '#FE74B0'

red 254 ◦ green 116 ◦ blue 176

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

Shades of Hot Pink #FE74B0

Tints of Hot Pink #FE74B0

RGB

 RED value IS 254 (99.61% from 255) = 46.52%

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

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

R = 46.52%
G = 21.25%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE74B0 (or 0xFE74B0) is known color: Hot Pink. HEX triplet: FE, 74 and B0. RGB value is (254,116,176). Sum of RGB (Red+Green+Blue) = 254+116+176=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE74B0 is #018B4F. Grayscale: #A4A4A4. Windows color (decimal): -101200 or 11564286. OLE color: 11564286.

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

Color convert

RGB 254 116 176 -
CMYK 0 0.54 0.31 0.00
HSL 333.91º 0.99% 0.73% -
HSV(B) 333.91º 0.54% 1% -
XYZ 54.95 36.7 45.26 -
YUV 164.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 254 116 176 0 0.54 0.31 0.00 333.91 0.99 0.73
Hex FE 74 B0 0 36 1F 0 14E 63 49
Octal 376 164 260 0 66 37 0 516 143 111
Binary 11111110 1110100 10110000 0 110110 11111 0 101001110 1100011 1001001

Color Harmonies of #FE74B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74B0

Black with #FE74B0

Text Example


Text Example

White with #FE74B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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