Html Css Color HEX #F863FC Pink Flamingo

📋 copy color: '#F863FC'

red 248 ◦ green 99 ◦ blue 252

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

Shades of Pink Flamingo #F863FC

Tints of Pink Flamingo #F863FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.07%

R = 41.4%
G = 16.53%
B = 42.07%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F863FC (or 0xF863FC) is known color: Pink Flamingo. HEX triplet: F8, 63 and FC. RGB value is (248,99,252). Sum of RGB (Red+Green+Blue) = 248+99+252=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 99 (39.06% from 255 or 16.53% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #F863FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F863FC is #079C03. Grayscale: #A0A0A0. Windows color (decimal): -498692 or 16540664. OLE color: 16540664.

HSL color Cylindrical-coordinate representation of color #F863FC: hue angle of 298.43º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F863FC is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 248 99 252 -
CMYK 0.02 0.61 0 0.01
HSL 298.43º 0.96% 0.69% -
HSV(B) 298.43º 0.61% 0.99% -
XYZ 60.74 35.91 95.82 -
YUV 160.99 179.36 190.06 -
System Red Green Blue C M Y K H S L
Decimal 248 99 252 0.02 0.61 0 0.01 298.43 0.96 0.69
Hex F8 63 FC 2 3D 0 1 12A 60 45
Octal 370 143 374 2 75 0 1 452 140 105
Binary 11111000 1100011 11111100 10 111101 0 1 100101010 1100000 1000101

Color Harmonies of #F863FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863FC

Black with #F863FC

Text Example


Text Example

White with #F863FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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