Html Css Color HEX #F650FE Pink Flamingo

📋 copy color: '#F650FE'

red 246 ◦ green 80 ◦ blue 254

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

Shades of Pink Flamingo #F650FE

Tints of Pink Flamingo #F650FE

RGB

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

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

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

R = 42.41%
G = 13.79%
B = 43.79%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F650FE (or 0xF650FE) is known color: Pink Flamingo. HEX triplet: F6, 50 and FE. RGB value is (246,80,254). Sum of RGB (Red+Green+Blue) = 246+80+254=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F650FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F650FE is #09AF01. Grayscale: #949494. Windows color (decimal): -634626 or 16666870. OLE color: 16666870.

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

Color convert

RGB 246 80 254 -
CMYK 0.03 0.69 0 0.00
HSL 297.24º 0.99% 0.65% -
HSV(B) 297.24º 0.69% 1% -
XYZ 58.76 32.49 96.94 -
YUV 149.47 187 196.85 -
System Red Green Blue C M Y K H S L
Decimal 246 80 254 0.03 0.69 0 0.00 297.24 0.99 0.65
Hex F6 50 FE 3 45 0 0 129 63 41
Octal 366 120 376 3 105 0 0 451 143 101
Binary 11110110 1010000 11111110 11 1000101 0 0 100101001 1100011 1000001

Color Harmonies of #F650FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F650FE

Black with #F650FE

Text Example


Text Example

White with #F650FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F650FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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