Html Css Color HEX #F64FEE Pink Flamingo

📋 copy color: '#F64FEE'

red 246 ◦ green 79 ◦ blue 238

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

Shades of Pink Flamingo #F64FEE

Tints of Pink Flamingo #F64FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 43.69%
G = 14.03%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F64FEE (or 0xF64FEE) is known color: Pink Flamingo. HEX triplet: F6, 4F and EE. RGB value is (246,79,238). Sum of RGB (Red+Green+Blue) = 246+79+238=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 79 (31.25% from 255 or 14.03% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FEE is #09B011. Grayscale: #929292. Windows color (decimal): -634898 or 15618038. OLE color: 15618038.

HSL color Cylindrical-coordinate representation of color #F64FEE: hue angle of 302.87º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FEE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 238 -
CMYK 0 0.68 0.03 0.04
HSL 302.87º 0.9% 0.64% -
HSV(B) 302.87º 0.68% 0.96% -
XYZ 56.23 31.36 83.98 -
YUV 147.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 246 79 238 0 0.68 0.03 0.04 302.87 0.9 0.64
Hex F6 4F EE 0 44 3 4 12F 5A 40
Octal 366 117 356 0 104 3 4 457 132 100
Binary 11110110 1001111 11101110 0 1000100 11 100 100101111 1011010 1000000

Color Harmonies of #F64FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FEE

Black with #F64FEE

Text Example


Text Example

White with #F64FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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