Html Css Color HEX #FE64E7 Pink Flamingo

📋 copy color: '#FE64E7'

red 254 ◦ green 100 ◦ blue 231

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

Shades of Pink Flamingo #FE64E7

Tints of Pink Flamingo #FE64E7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.09%

 BLUE value IS 231 (90.63% from 255) = 39.49%

R = 43.42%
G = 17.09%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE64E7 (or 0xFE64E7) is known color: Pink Flamingo. HEX triplet: FE, 64 and E7. RGB value is (254,100,231). Sum of RGB (Red+Green+Blue) = 254+100+231=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 100 (39.45% from 255 or 17.09% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64E7 is #019B18. Grayscale: #A0A0A0. Windows color (decimal): -105241 or 15164670. OLE color: 15164670.

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

Color convert

RGB 254 100 231 -
CMYK 0 0.61 0.09 0.00
HSL 308.96º 0.99% 0.69% -
HSV(B) 308.96º 0.61% 1% -
XYZ 59.85 35.95 79.39 -
YUV 160.98 167.52 194.35 -
System Red Green Blue C M Y K H S L
Decimal 254 100 231 0 0.61 0.09 0.00 308.96 0.99 0.69
Hex FE 64 E7 0 3D 9 0 135 63 45
Octal 376 144 347 0 75 11 0 465 143 105
Binary 11111110 1100100 11100111 0 111101 1001 0 100110101 1100011 1000101

Color Harmonies of #FE64E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64E7

Black with #FE64E7

Text Example


Text Example

White with #FE64E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64E7; }

 p { color: rgb(254,100,231); }

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

background-color css

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

 a { background-color: rgb(254,100,231); }

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

border-color css

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

 span { border-color: rgb(254,100,231); }

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