Html Css Color HEX #F468FE Pink Flamingo

📋 copy color: '#F468FE'

red 244 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #F468FE

Tints of Pink Flamingo #F468FE

RGB

 RED value IS 244 (95.7% from 255) = 40.53%

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

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

R = 40.53%
G = 17.28%
B = 42.19%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F468FE (or 0xF468FE) is known color: Pink Flamingo. HEX triplet: F4, 68 and FE. RGB value is (244,104,254). Sum of RGB (Red+Green+Blue) = 244+104+254=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 104 (41.02% from 255 or 17.28% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #F468FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468FE is #0B9701. Grayscale: #A2A2A2. Windows color (decimal): -759554 or 16673012. OLE color: 16673012.

HSL color Cylindrical-coordinate representation of color #F468FE: hue angle of 296º 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 #F468FE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 244 104 254 -
CMYK 0.04 0.59 0 0.00
HSL 296º 0.99% 0.7% -
HSV(B) 296º 0.59% 1% -
XYZ 60.15 36.29 97.6 -
YUV 162.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 244 104 254 0.04 0.59 0 0.00 296 0.99 0.7
Hex F4 68 FE 4 3B 0 0 128 63 46
Octal 364 150 376 4 73 0 0 450 143 106
Binary 11110100 1101000 11111110 100 111011 0 0 100101000 1100011 1000110

Color Harmonies of #F468FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F468FE

Black with #F468FE

Text Example


Text Example

White with #F468FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F468FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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