Html Css Color HEX #F868FE Pink Flamingo

📋 copy color: '#F868FE'

red 248 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #F868FE

Tints of Pink Flamingo #F868FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.16%

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

R = 40.92%
G = 17.16%
B = 41.91%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F868FE (or 0xF868FE) is known color: Pink Flamingo. HEX triplet: F8, 68 and FE. RGB value is (248,104,254). Sum of RGB (Red+Green+Blue) = 248+104+254=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 104 (41.02% from 255 or 17.16% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #F868FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F868FE is #079701. Grayscale: #A3A3A3. Windows color (decimal): -497410 or 16673016. OLE color: 16673016.

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

Color convert

RGB 248 104 254 -
CMYK 0.02 0.59 0 0.00
HSL 297.6º 0.99% 0.7% -
HSV(B) 297.6º 0.59% 1% -
XYZ 61.55 37.01 97.67 -
YUV 164.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 248 104 254 0.02 0.59 0 0.00 297.6 0.99 0.7
Hex F8 68 FE 2 3B 0 0 12A 63 46
Octal 370 150 376 2 73 0 0 452 143 106
Binary 11111000 1101000 11111110 10 111011 0 0 100101010 1100011 1000110

Color Harmonies of #F868FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F868FE

Black with #F868FE

Text Example


Text Example

White with #F868FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F868FE; }

 p { color: rgb(248,104,254); }

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

background-color css

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

 a { background-color: rgb(248,104,254); }

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

border-color css

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

 span { border-color: rgb(248,104,254); }

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