Html Css Color HEX #F64AF0 Pink Flamingo

📋 copy color: '#F64AF0'

red 246 ◦ green 74 ◦ blue 240

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

Shades of Pink Flamingo #F64AF0

Tints of Pink Flamingo #F64AF0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.21%

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

R = 43.93%
G = 13.21%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F64AF0 (or 0xF64AF0) is known color: Pink Flamingo. HEX triplet: F6, 4A and F0. RGB value is (246,74,240). Sum of RGB (Red+Green+Blue) = 246+74+240=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AF0 is #09B50F. Grayscale: #8F8F8F. Windows color (decimal): -636176 or 15747830. OLE color: 15747830.

HSL color Cylindrical-coordinate representation of color #F64AF0: hue angle of 302.09º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64AF0 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 74 240 -
CMYK 0 0.70 0.02 0.04
HSL 302.09º 0.91% 0.63% -
HSV(B) 302.09º 0.7% 0.96% -
XYZ 56.18 30.78 85.42 -
YUV 144.35 181.98 200.5 -
System Red Green Blue C M Y K H S L
Decimal 246 74 240 0 0.70 0.02 0.04 302.09 0.91 0.63
Hex F6 4A F0 0 46 2 4 12E 5B 3F
Octal 366 112 360 0 106 2 4 456 133 77
Binary 11110110 1001010 11110000 0 1000110 10 100 100101110 1011011 111111

Color Harmonies of #F64AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64AF0

Black with #F64AF0

Text Example


Text Example

White with #F64AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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