Html Css Color HEX #F064FE Pink Flamingo

📋 copy color: '#F064FE'

red 240 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #F064FE

Tints of Pink Flamingo #F064FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.84%

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

R = 40.4%
G = 16.84%
B = 42.76%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F064FE (or 0xF064FE) is known color: Pink Flamingo. HEX triplet: F0, 64 and FE. RGB value is (240,100,254). Sum of RGB (Red+Green+Blue) = 240+100+254=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F064FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064FE is #0F9B01. Grayscale: #9E9E9E. Windows color (decimal): -1022722 or 16671984. OLE color: 16671984.

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

Color convert

RGB 240 100 254 -
CMYK 0.06 0.61 0 0.00
HSL 294.55º 0.99% 0.69% -
HSV(B) 294.55º 0.61% 1% -
XYZ 58.38 34.8 97.41 -
YUV 159.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 240 100 254 0.06 0.61 0 0.00 294.55 0.99 0.69
Hex F0 64 FE 6 3D 0 0 127 63 45
Octal 360 144 376 6 75 0 0 447 143 105
Binary 11110000 1100100 11111110 110 111101 0 0 100100111 1100011 1000101

Color Harmonies of #F064FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064FE

Black with #F064FE

Text Example


Text Example

White with #F064FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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