Html Css Color HEX #F649FE Pink Flamingo

📋 copy color: '#F649FE'

red 246 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #F649FE

Tints of Pink Flamingo #F649FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.74%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 42.93%
G = 12.74%
B = 44.33%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F649FE (or 0xF649FE) is known color: Pink Flamingo. HEX triplet: F6, 49 and FE. RGB value is (246,73,254). Sum of RGB (Red+Green+Blue) = 246+73+254=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 73 (28.91% from 255 or 12.74% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F649FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F649FE is #09B601. Grayscale: #909090. Windows color (decimal): -636418 or 16665078. OLE color: 16665078.

HSL color Cylindrical-coordinate representation of color #F649FE: hue angle of 297.35º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F649FE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 73 254 -
CMYK 0.03 0.71 0 0.00
HSL 297.35º 0.99% 0.64% -
HSV(B) 297.35º 0.71% 1% -
XYZ 58.28 31.51 96.78 -
YUV 145.36 189.31 199.78 -
System Red Green Blue C M Y K H S L
Decimal 246 73 254 0.03 0.71 0 0.00 297.35 0.99 0.64
Hex F6 49 FE 3 47 0 0 129 63 40
Octal 366 111 376 3 107 0 0 451 143 100
Binary 11110110 1001001 11111110 11 1000111 0 0 100101001 1100011 1000000

Color Harmonies of #F649FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F649FE

Black with #F649FE

Text Example


Text Example

White with #F649FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F649FE; }

 p { color: rgb(246,73,254); }

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

background-color css

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

 a { background-color: rgb(246,73,254); }

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

border-color css

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

 span { border-color: rgb(246,73,254); }

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