Html Css Color HEX #F64FFF Pink Flamingo

📋 copy color: '#F64FFF'

red 246 ◦ green 79 ◦ blue 255

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

Shades of Pink Flamingo #F64FFF

Tints of Pink Flamingo #F64FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.62%

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

R = 42.41%
G = 13.62%
B = 43.97%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F64FFF (or 0xF64FFF) is known color: Pink Flamingo. HEX triplet: F6, 4F and FF. RGB value is (246,79,255). Sum of RGB (Red+Green+Blue) = 246+79+255=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 79 (31.25% from 255 or 13.62% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F64FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FFF is #09B000. Grayscale: #949494. Windows color (decimal): -634881 or 16732150. OLE color: 16732150.

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

Color convert

RGB 246 79 255 -
CMYK 0.04 0.69 0 0
HSL 296.93º 1% 0.65% -
HSV(B) 296.93º 0.69% 1% -
XYZ 58.85 32.4 97.76 -
YUV 149 187.83 197.19 -
System Red Green Blue C M Y K H S L
Decimal 246 79 255 0.04 0.69 0 0 296.93 1 0.65
Hex F6 4F FF 4 45 0 0 129 64 41
Octal 366 117 377 4 105 0 0 451 144 101
Binary 11110110 1001111 11111111 100 1000101 0 0 100101001 1100100 1000001

Color Harmonies of #F64FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FFF

Black with #F64FFF

Text Example


Text Example

White with #F64FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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