Html Css Color HEX #F64FFA Pink Flamingo

📋 copy color: '#F64FFA'

red 246 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #F64FFA

Tints of Pink Flamingo #F64FFA

RGB

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

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

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

R = 42.78%
G = 13.74%
B = 43.48%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F64FFA (or 0xF64FFA) is known color: Pink Flamingo. HEX triplet: F6, 4F and FA. RGB value is (246,79,250). Sum of RGB (Red+Green+Blue) = 246+79+250=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 79 (31.25% from 255 or 13.74% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #F64FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FFA is #09B005. Grayscale: #939393. Windows color (decimal): -634886 or 16404470. OLE color: 16404470.

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

Color convert

RGB 246 79 250 -
CMYK 0.02 0.68 0 0.02
HSL 298.6º 0.94% 0.65% -
HSV(B) 298.6º 0.68% 0.98% -
XYZ 58.06 32.09 93.58 -
YUV 148.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 246 79 250 0.02 0.68 0 0.02 298.6 0.94 0.65
Hex F6 4F FA 2 44 0 2 12B 5E 41
Octal 366 117 372 2 104 0 2 453 136 101
Binary 11110110 1001111 11111010 10 1000100 0 10 100101011 1011110 1000001

Color Harmonies of #F64FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FFA

Black with #F64FFA

Text Example


Text Example

White with #F64FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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