Html Css Color HEX #F650FA Pink Flamingo

📋 copy color: '#F650FA'

red 246 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #F650FA

Tints of Pink Flamingo #F650FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 42.71%
G = 13.89%
B = 43.4%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F650FA (or 0xF650FA) is known color: Pink Flamingo. HEX triplet: F6, 50 and FA. RGB value is (246,80,250). Sum of RGB (Red+Green+Blue) = 246+80+250=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 80 (31.64% from 255 or 13.89% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F650FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F650FA is #09AF05. Grayscale: #949494. Windows color (decimal): -634630 or 16404726. OLE color: 16404726.

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

Color convert

RGB 246 80 250 -
CMYK 0.02 0.68 0 0.02
HSL 298.59º 0.94% 0.65% -
HSV(B) 298.59º 0.68% 0.98% -
XYZ 58.13 32.23 93.6 -
YUV 149.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 246 80 250 0.02 0.68 0 0.02 298.59 0.94 0.65
Hex F6 50 FA 2 44 0 2 12B 5E 41
Octal 366 120 372 2 104 0 2 453 136 101
Binary 11110110 1010000 11111010 10 1000100 0 10 100101011 1011110 1000001

Color Harmonies of #F650FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F650FA

Black with #F650FA

Text Example


Text Example

White with #F650FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F650FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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