Html Css Color HEX #F64DFF Pink Flamingo

📋 copy color: '#F64DFF'

red 246 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #F64DFF

Tints of Pink Flamingo #F64DFF

RGB

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

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

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

R = 42.56%
G = 13.32%
B = 44.12%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F64DFF (or 0xF64DFF) is known color: Pink Flamingo. HEX triplet: F6, 4D and FF. RGB value is (246,77,255). Sum of RGB (Red+Green+Blue) = 246+77+255=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 77 (30.47% from 255 or 13.32% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #F64DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DFF is #09B200. Grayscale: #939393. Windows color (decimal): -635393 or 16731638. OLE color: 16731638.

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

Color convert

RGB 246 77 255 -
CMYK 0.04 0.70 0 0
HSL 296.97º 1% 0.65% -
HSV(B) 296.97º 0.7% 1% -
XYZ 58.71 32.12 97.71 -
YUV 147.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 246 77 255 0.04 0.70 0 0 296.97 1 0.65
Hex F6 4D FF 4 46 0 0 129 64 41
Octal 366 115 377 4 106 0 0 451 144 101
Binary 11110110 1001101 11111111 100 1000110 0 0 100101001 1100100 1000001

Color Harmonies of #F64DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64DFF

Black with #F64DFF

Text Example


Text Example

White with #F64DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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