Html Css Color HEX #FE65EF Pink Flamingo

📋 copy color: '#FE65EF'

red 254 ◦ green 101 ◦ blue 239

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

Shades of Pink Flamingo #FE65EF

Tints of Pink Flamingo #FE65EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 42.76%
G = 17%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE65EF (or 0xFE65EF) is known color: Pink Flamingo. HEX triplet: FE, 65 and EF. RGB value is (254,101,239). Sum of RGB (Red+Green+Blue) = 254+101+239=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65EF is #019A10. Grayscale: #A2A2A2. Windows color (decimal): -104977 or 15689214. OLE color: 15689214.

HSL color Cylindrical-coordinate representation of color #FE65EF: hue angle of 305.88º 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 #FE65EF is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 101 239 -
CMYK 0 0.60 0.06 0.00
HSL 305.88º 0.99% 0.7% -
HSV(B) 305.88º 0.6% 1% -
XYZ 61.11 36.61 85.51 -
YUV 162.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 254 101 239 0 0.60 0.06 0.00 305.88 0.99 0.7
Hex FE 65 EF 0 3C 6 0 132 63 46
Octal 376 145 357 0 74 6 0 462 143 106
Binary 11111110 1100101 11101111 0 111100 110 0 100110010 1100011 1000110

Color Harmonies of #FE65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65EF

Black with #FE65EF

Text Example


Text Example

White with #FE65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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