Html Css Color HEX #F64EFB Pink Flamingo

📋 copy color: '#F64EFB'

red 246 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #F64EFB

Tints of Pink Flamingo #F64EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.57%

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 42.78%
G = 13.57%
B = 43.65%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F64EFB (or 0xF64EFB) is known color: Pink Flamingo. HEX triplet: F6, 4E and FB. RGB value is (246,78,251). Sum of RGB (Red+Green+Blue) = 246+78+251=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 78 (30.86% from 255 or 13.57% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #F64EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64EFB is #09B104. Grayscale: #939393. Windows color (decimal): -635141 or 16469750. OLE color: 16469750.

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

Color convert

RGB 246 78 251 -
CMYK 0.02 0.69 0 0.02
HSL 298.27º 0.96% 0.65% -
HSV(B) 298.27º 0.69% 0.98% -
XYZ 58.14 32.01 94.38 -
YUV 147.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 246 78 251 0.02 0.69 0 0.02 298.27 0.96 0.65
Hex F6 4E FB 2 45 0 2 12A 60 41
Octal 366 116 373 2 105 0 2 452 140 101
Binary 11110110 1001110 11111011 10 1000101 0 10 100101010 1100000 1000001

Color Harmonies of #F64EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64EFB

Black with #F64EFB

Text Example


Text Example

White with #F64EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64EFB; }

 p { color: rgb(246,78,251); }

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

background-color css

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

 a { background-color: rgb(246,78,251); }

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

border-color css

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

 span { border-color: rgb(246,78,251); }

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