Html Css Color HEX #F650FF Pink Flamingo

📋 copy color: '#F650FF'

red 246 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #F650FF

Tints of Pink Flamingo #F650FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.77%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 42.34%
G = 13.77%
B = 43.89%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F650FF (or 0xF650FF) is known color: Pink Flamingo. HEX triplet: F6, 50 and FF. RGB value is (246,80,255). Sum of RGB (Red+Green+Blue) = 246+80+255=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 80 (31.64% from 255 or 13.77% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F650FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F650FF is #09AF00. Grayscale: #959595. Windows color (decimal): -634625 or 16732406. OLE color: 16732406.

HSL color Cylindrical-coordinate representation of color #F650FF: hue angle of 296.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F650FF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 246 80 255 -
CMYK 0.04 0.69 0 0
HSL 296.91º 1% 0.66% -
HSV(B) 296.91º 0.69% 1% -
XYZ 58.92 32.55 97.78 -
YUV 149.58 187.5 196.77 -
System Red Green Blue C M Y K H S L
Decimal 246 80 255 0.04 0.69 0 0 296.91 1 0.66
Hex F6 50 FF 4 45 0 0 129 64 42
Octal 366 120 377 4 105 0 0 451 144 102
Binary 11110110 1010000 11111111 100 1000101 0 0 100101001 1100100 1000010

Color Harmonies of #F650FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F650FF

Black with #F650FF

Text Example


Text Example

White with #F650FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F650FF; }

 p { color: rgb(246,80,255); }

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

background-color css

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

 a { background-color: rgb(246,80,255); }

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

border-color css

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

 span { border-color: rgb(246,80,255); }

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