Html Css Color HEX #F863FA Pink Flamingo

📋 copy color: '#F863FA'

red 248 ◦ green 99 ◦ blue 250

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

Shades of Pink Flamingo #F863FA

Tints of Pink Flamingo #F863FA

RGB

 RED value IS 248 (97.27% from 255) = 41.54%

 GREEN value IS 99 (39.06% from 255) = 16.58%

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

R = 41.54%
G = 16.58%
B = 41.88%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F863FA (or 0xF863FA) is known color: Pink Flamingo. HEX triplet: F8, 63 and FA. RGB value is (248,99,250). Sum of RGB (Red+Green+Blue) = 248+99+250=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 99 (39.06% from 255 or 16.58% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #F863FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863FA is #079C05. Grayscale: #A0A0A0. Windows color (decimal): -498694 or 16409592. OLE color: 16409592.

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

Color convert

RGB 248 99 250 -
CMYK 0.01 0.60 0 0.02
HSL 299.21º 0.94% 0.68% -
HSV(B) 299.21º 0.6% 0.98% -
XYZ 60.43 35.78 94.16 -
YUV 160.77 178.36 190.22 -
System Red Green Blue C M Y K H S L
Decimal 248 99 250 0.01 0.60 0 0.02 299.21 0.94 0.68
Hex F8 63 FA 1 3C 0 2 12B 5E 44
Octal 370 143 372 1 74 0 2 453 136 104
Binary 11111000 1100011 11111010 1 111100 0 10 100101011 1011110 1000100

Color Harmonies of #F863FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863FA

Black with #F863FA

Text Example


Text Example

White with #F863FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863FA; }

 p { color: rgb(248,99,250); }

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

background-color css

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

 a { background-color: rgb(248,99,250); }

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

border-color css

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

 span { border-color: rgb(248,99,250); }

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