Html Css Color HEX #F064FB Pink Flamingo

📋 copy color: '#F064FB'

red 240 ◦ green 100 ◦ blue 251

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

Shades of Pink Flamingo #F064FB

Tints of Pink Flamingo #F064FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 40.61%
G = 16.92%
B = 42.47%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F064FB (or 0xF064FB) is known color: Pink Flamingo. HEX triplet: F0, 64 and FB. RGB value is (240,100,251). Sum of RGB (Red+Green+Blue) = 240+100+251=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #F064FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064FB is #0F9B04. Grayscale: #9E9E9E. Windows color (decimal): -1022725 or 16475376. OLE color: 16475376.

HSL color Cylindrical-coordinate representation of color #F064FB: hue angle of 295.63º degrees, saturation: 0.95, 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 #F064FB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 100 251 -
CMYK 0.04 0.60 0 0.02
HSL 295.63º 0.95% 0.69% -
HSV(B) 295.63º 0.6% 0.98% -
XYZ 57.9 34.6 94.89 -
YUV 159.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 240 100 251 0.04 0.60 0 0.02 295.63 0.95 0.69
Hex F0 64 FB 4 3C 0 2 128 5F 45
Octal 360 144 373 4 74 0 2 450 137 105
Binary 11110000 1100100 11111011 100 111100 0 10 100101000 1011111 1000101

Color Harmonies of #F064FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064FB

Black with #F064FB

Text Example


Text Example

White with #F064FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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