Html Css Color HEX #F064FF Pink Flamingo

📋 copy color: '#F064FF'

red 240 ◦ green 100 ◦ blue 255

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

Shades of Pink Flamingo #F064FF

Tints of Pink Flamingo #F064FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.86%

R = 40.34%
G = 16.81%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F064FF (or 0xF064FF) is known color: Pink Flamingo. HEX triplet: F0, 64 and FF. RGB value is (240,100,255). Sum of RGB (Red+Green+Blue) = 240+100+255=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #F064FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064FF is #0F9B00. Grayscale: #9F9F9F. Windows color (decimal): -1022721 or 16737520. OLE color: 16737520.

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

Color convert

RGB 240 100 255 -
CMYK 0.06 0.61 0 0
HSL 294.19º 1% 0.7% -
HSV(B) 294.19º 0.61% 1% -
XYZ 58.54 34.86 98.25 -
YUV 159.53 181.88 185.4 -
System Red Green Blue C M Y K H S L
Decimal 240 100 255 0.06 0.61 0 0 294.19 1 0.7
Hex F0 64 FF 6 3D 0 0 126 64 46
Octal 360 144 377 6 75 0 0 446 144 106
Binary 11110000 1100100 11111111 110 111101 0 0 100100110 1100100 1000110

Color Harmonies of #F064FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064FF

Black with #F064FF

Text Example


Text Example

White with #F064FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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