Html Css Color HEX #F64BEF Pink Flamingo

📋 copy color: '#F64BEF'

red 246 ◦ green 75 ◦ blue 239

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

Shades of Pink Flamingo #F64BEF

Tints of Pink Flamingo #F64BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.39%

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

R = 43.93%
G = 13.39%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F64BEF (or 0xF64BEF) is known color: Pink Flamingo. HEX triplet: F6, 4B and EF. RGB value is (246,75,239). Sum of RGB (Red+Green+Blue) = 246+75+239=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 75 (29.69% from 255 or 13.39% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BEF is #09B410. Grayscale: #909090. Windows color (decimal): -635921 or 15682550. OLE color: 15682550.

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

Color convert

RGB 246 75 239 -
CMYK 0 0.70 0.03 0.04
HSL 302.46º 0.9% 0.63% -
HSV(B) 302.46º 0.7% 0.96% -
XYZ 56.1 30.86 84.66 -
YUV 144.83 181.15 200.16 -
System Red Green Blue C M Y K H S L
Decimal 246 75 239 0 0.70 0.03 0.04 302.46 0.9 0.63
Hex F6 4B EF 0 46 3 4 12E 5A 3F
Octal 366 113 357 0 106 3 4 456 132 77
Binary 11110110 1001011 11101111 0 1000110 11 100 100101110 1011010 111111

Color Harmonies of #F64BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64BEF

Black with #F64BEF

Text Example


Text Example

White with #F64BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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