Html Css Color HEX #F64FEF Pink Flamingo

📋 copy color: '#F64FEF'

red 246 ◦ green 79 ◦ blue 239

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

Shades of Pink Flamingo #F64FEF

Tints of Pink Flamingo #F64FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 43.62%
G = 14.01%
B = 42.38%

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

#F64FEF (or 0xF64FEF) is known color: Pink Flamingo. HEX triplet: F6, 4F and EF. RGB value is (246,79,239). Sum of RGB (Red+Green+Blue) = 246+79+239=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FEF is #09B010. Grayscale: #929292. Windows color (decimal): -634897 or 15683574. OLE color: 15683574.

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

Color convert

RGB 246 79 239 -
CMYK 0 0.68 0.03 0.04
HSL 302.52º 0.9% 0.64% -
HSV(B) 302.52º 0.68% 0.96% -
XYZ 56.38 31.42 84.75 -
YUV 147.17 179.83 198.49 -
System Red Green Blue C M Y K H S L
Decimal 246 79 239 0 0.68 0.03 0.04 302.52 0.9 0.64
Hex F6 4F EF 0 44 3 4 12F 5A 40
Octal 366 117 357 0 104 3 4 457 132 100
Binary 11110110 1001111 11101111 0 1000100 11 100 100101111 1011010 1000000

Color Harmonies of #F64FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FEF

Black with #F64FEF

Text Example


Text Example

White with #F64FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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