Html Css Color HEX #FE64F6 Pink Flamingo

📋 copy color: '#FE64F6'

red 254 ◦ green 100 ◦ blue 246

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

Shades of Pink Flamingo #FE64F6

Tints of Pink Flamingo #FE64F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41%

R = 42.33%
G = 16.67%
B = 41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE64F6 (or 0xFE64F6) is known color: Pink Flamingo. HEX triplet: FE, 64 and F6. RGB value is (254,100,246). Sum of RGB (Red+Green+Blue) = 254+100+246=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 100 (39.45% from 255 or 16.67% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64F6 is #019B09. Grayscale: #A2A2A2. Windows color (decimal): -105226 or 16147710. OLE color: 16147710.

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

Color convert

RGB 254 100 246 -
CMYK 0 0.61 0.03 0.00
HSL 303.12º 0.99% 0.69% -
HSV(B) 303.12º 0.61% 1% -
XYZ 62.06 36.84 91.03 -
YUV 162.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 254 100 246 0 0.61 0.03 0.00 303.12 0.99 0.69
Hex FE 64 F6 0 3D 3 0 12F 63 45
Octal 376 144 366 0 75 3 0 457 143 105
Binary 11111110 1100100 11110110 0 111101 11 0 100101111 1100011 1000101

Color Harmonies of #FE64F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE64F6

Black with #FE64F6

Text Example


Text Example

White with #FE64F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE64F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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