Html Css Color HEX #F06AFE Pink Flamingo

📋 copy color: '#F06AFE'

red 240 ◦ green 106 ◦ blue 254

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

Shades of Pink Flamingo #F06AFE

Tints of Pink Flamingo #F06AFE

RGB

 RED value IS 240 (94.14% from 255) = 40%

 GREEN value IS 106 (41.8% from 255) = 17.67%

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

R = 40%
G = 17.67%
B = 42.33%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F06AFE (or 0xF06AFE) is known color: Pink Flamingo. HEX triplet: F0, 6A and FE. RGB value is (240,106,254). Sum of RGB (Red+Green+Blue) = 240+106+254=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 106 (41.80% from 255 or 17.67% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #F06AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AFE is #0F9501. Grayscale: #A2A2A2. Windows color (decimal): -1021186 or 16673520. OLE color: 16673520.

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

Color convert

RGB 240 106 254 -
CMYK 0.06 0.58 0 0.00
HSL 294.32º 0.99% 0.71% -
HSV(B) 294.32º 0.58% 1% -
XYZ 58.98 35.99 97.6 -
YUV 162.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 240 106 254 0.06 0.58 0 0.00 294.32 0.99 0.71
Hex F0 6A FE 6 3A 0 0 126 63 47
Octal 360 152 376 6 72 0 0 446 143 107
Binary 11110000 1101010 11111110 110 111010 0 0 100100110 1100011 1000111

Color Harmonies of #F06AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AFE

Black with #F06AFE

Text Example


Text Example

White with #F06AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AFE; }

 p { color: rgb(240,106,254); }

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

background-color css

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

 a { background-color: rgb(240,106,254); }

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

border-color css

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

 span { border-color: rgb(240,106,254); }

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