Html Css Color HEX #FE65B5 Hot Pink

📋 copy color: '#FE65B5'

red 254 ◦ green 101 ◦ blue 181

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

Shades of Hot Pink #FE65B5

Tints of Hot Pink #FE65B5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.84%

 BLUE value IS 181 (71.09% from 255) = 33.77%

R = 47.39%
G = 18.84%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE65B5 (or 0xFE65B5) is known color: Hot Pink. HEX triplet: FE, 65 and B5. RGB value is (254,101,181). Sum of RGB (Red+Green+Blue) = 254+101+181=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65B5 is #019A4A. Grayscale: #9B9B9B. Windows color (decimal): -105035 or 11888126. OLE color: 11888126.

HSL color Cylindrical-coordinate representation of color #FE65B5: hue angle of 328.63º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65B5 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 181 -
CMYK 0 0.60 0.29 0.00
HSL 328.63º 0.99% 0.7% -
HSV(B) 328.63º 0.6% 1% -
XYZ 53.87 33.71 47.38 -
YUV 155.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 254 101 181 0 0.60 0.29 0.00 328.63 0.99 0.7
Hex FE 65 B5 0 3C 1D 0 149 63 46
Octal 376 145 265 0 74 35 0 511 143 106
Binary 11111110 1100101 10110101 0 111100 11101 0 101001001 1100011 1000110

Color Harmonies of #FE65B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65B5

Black with #FE65B5

Text Example


Text Example

White with #FE65B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65B5; }

 p { color: rgb(254,101,181); }

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

background-color css

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

 a { background-color: rgb(254,101,181); }

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

border-color css

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

 span { border-color: rgb(254,101,181); }

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