Html Css Color HEX #F64FF0 Pink Flamingo

📋 copy color: '#F64FF0'

red 246 ◦ green 79 ◦ blue 240

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

Shades of Pink Flamingo #F64FF0

Tints of Pink Flamingo #F64FF0

RGB

 RED value IS 246 (96.48% from 255) = 43.54%

 GREEN value IS 79 (31.25% from 255) = 13.98%

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 43.54%
G = 13.98%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F64FF0 (or 0xF64FF0) is known color: Pink Flamingo. HEX triplet: F6, 4F and F0. RGB value is (246,79,240). Sum of RGB (Red+Green+Blue) = 246+79+240=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FF0 is #09B00F. Grayscale: #929292. Windows color (decimal): -634896 or 15749110. OLE color: 15749110.

HSL color Cylindrical-coordinate representation of color #F64FF0: hue angle of 302.16º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FF0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 240 -
CMYK 0 0.68 0.02 0.04
HSL 302.16º 0.9% 0.64% -
HSV(B) 302.16º 0.68% 0.96% -
XYZ 56.53 31.48 85.53 -
YUV 147.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 246 79 240 0 0.68 0.02 0.04 302.16 0.9 0.64
Hex F6 4F F0 0 44 2 4 12E 5A 40
Octal 366 117 360 0 104 2 4 456 132 100
Binary 11110110 1001111 11110000 0 1000100 10 100 100101110 1011010 1000000

Color Harmonies of #F64FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FF0

Black with #F64FF0

Text Example


Text Example

White with #F64FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FF0; }

 p { color: rgb(246,79,240); }

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

background-color css

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

 a { background-color: rgb(246,79,240); }

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

border-color css

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

 span { border-color: rgb(246,79,240); }

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