Html Css Color HEX #F464FA Pink Flamingo

📋 copy color: '#F464FA'

red 244 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #F464FA

Tints of Pink Flamingo #F464FA

RGB

 RED value IS 244 (95.7% from 255) = 41.08%

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

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

R = 41.08%
G = 16.84%
B = 42.09%

CMYK

 C value IS 0.02

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F464FA (or 0xF464FA) is known color: Pink Flamingo. HEX triplet: F4, 64 and FA. RGB value is (244,100,250). Sum of RGB (Red+Green+Blue) = 244+100+250=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F464FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464FA is #0B9B05. Grayscale: #9F9F9F. Windows color (decimal): -760582 or 16409844. OLE color: 16409844.

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

Color convert

RGB 244 100 250 -
CMYK 0.02 0.6 0 0.02
HSL 297.6º 0.94% 0.69% -
HSV(B) 297.6º 0.6% 0.98% -
XYZ 59.12 35.25 94.13 -
YUV 160.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 244 100 250 0.02 0.6 0 0.02 297.6 0.94 0.69
Hex F4 64 FA 2 3C 0 2 12A 5E 45
Octal 364 144 372 2 74 0 2 452 136 105
Binary 11110100 1100100 11111010 10 111100 0 10 100101010 1011110 1000101

Color Harmonies of #F464FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F464FA

Black with #F464FA

Text Example


Text Example

White with #F464FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F464FA; }

 p { color: rgb(244,100,250); }

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

background-color css

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

 a { background-color: rgb(244,100,250); }

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

border-color css

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

 span { border-color: rgb(244,100,250); }

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