Html Css Color HEX #F64DFE Pink Flamingo

📋 copy color: '#F64DFE'

red 246 ◦ green 77 ◦ blue 254

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

Shades of Pink Flamingo #F64DFE

Tints of Pink Flamingo #F64DFE

RGB

 RED value IS 246 (96.48% from 255) = 42.63%

 GREEN value IS 77 (30.47% from 255) = 13.34%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 42.63%
G = 13.34%
B = 44.02%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F64DFE (or 0xF64DFE) is known color: Pink Flamingo. HEX triplet: F6, 4D and FE. RGB value is (246,77,254). Sum of RGB (Red+Green+Blue) = 246+77+254=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 77 (30.47% from 255 or 13.34% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F64DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DFE is #09B201. Grayscale: #939393. Windows color (decimal): -635394 or 16666102. OLE color: 16666102.

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

Color convert

RGB 246 77 254 -
CMYK 0.03 0.70 0 0.00
HSL 297.29º 0.99% 0.65% -
HSV(B) 297.29º 0.7% 1% -
XYZ 58.55 32.06 96.87 -
YUV 147.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 246 77 254 0.03 0.70 0 0.00 297.29 0.99 0.65
Hex F6 4D FE 3 46 0 0 129 63 41
Octal 366 115 376 3 106 0 0 451 143 101
Binary 11110110 1001101 11111110 11 1000110 0 0 100101001 1100011 1000001

Color Harmonies of #F64DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DFE

Black with #F64DFE

Text Example


Text Example

White with #F64DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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