Html Css Color HEX #FE65FF Pink Flamingo

📋 copy color: '#FE65FF'

red 254 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #FE65FF

Tints of Pink Flamingo #FE65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 41.64%
G = 16.56%
B = 41.8%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE65FF (or 0xFE65FF) is known color: Pink Flamingo. HEX triplet: FE, 65 and FF. RGB value is (254,101,255). Sum of RGB (Red+Green+Blue) = 254+101+255=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 101 (39.84% from 255 or 16.56% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65FF is #019A00. Grayscale: #A3A3A3. Windows color (decimal): -104961 or 16737790. OLE color: 16737790.

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

Color convert

RGB 254 101 255 -
CMYK 0.00 0.60 0 0
HSL 299.61º 1% 0.7% -
HSV(B) 299.61º 0.6% 1% -
XYZ 63.58 37.6 98.51 -
YUV 164.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 254 101 255 0.00 0.60 0 0 299.61 1 0.7
Hex FE 65 FF 0 3C 0 0 12C 64 46
Octal 376 145 377 0 74 0 0 454 144 106
Binary 11111110 1100101 11111111 0 111100 0 0 100101100 1100100 1000110

Color Harmonies of #FE65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65FF

Black with #FE65FF

Text Example


Text Example

White with #FE65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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