Html Css Color HEX #F064FA Pink Flamingo

📋 copy color: '#F064FA'

red 240 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #F064FA

Tints of Pink Flamingo #F064FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 40.68%
G = 16.95%
B = 42.37%

CMYK

 C value IS 0.04

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F064FA (or 0xF064FA) is known color: Pink Flamingo. HEX triplet: F0, 64 and FA. RGB value is (240,100,250). Sum of RGB (Red+Green+Blue) = 240+100+250=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #F064FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064FA is #0F9B05. Grayscale: #9E9E9E. Windows color (decimal): -1022726 or 16409840. OLE color: 16409840.

HSL color Cylindrical-coordinate representation of color #F064FA: hue angle of 296º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F064FA is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 100 250 -
CMYK 0.04 0.6 0 0.02
HSL 296º 0.94% 0.69% -
HSV(B) 296º 0.6% 0.98% -
XYZ 57.75 34.54 94.07 -
YUV 158.96 179.38 185.8 -
System Red Green Blue C M Y K H S L
Decimal 240 100 250 0.04 0.6 0 0.02 296 0.94 0.69
Hex F0 64 FA 4 3C 0 2 128 5E 45
Octal 360 144 372 4 74 0 2 450 136 105
Binary 11110000 1100100 11111010 100 111100 0 10 100101000 1011110 1000101

Color Harmonies of #F064FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064FA

Black with #F064FA

Text Example


Text Example

White with #F064FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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