Html Css Color HEX #F467FA Pink Flamingo

📋 copy color: '#F467FA'

red 244 ◦ green 103 ◦ blue 250

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

Shades of Pink Flamingo #F467FA

Tints of Pink Flamingo #F467FA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.25%

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

R = 40.87%
G = 17.25%
B = 41.88%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F467FA (or 0xF467FA) is known color: Pink Flamingo. HEX triplet: F4, 67 and FA. RGB value is (244,103,250). Sum of RGB (Red+Green+Blue) = 244+103+250=597 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.87% from 597); Green value is 103 (40.62% from 255 or 17.25% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #F467FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467FA is #0B9805. Grayscale: #A1A1A1. Windows color (decimal): -759814 or 16410612. OLE color: 16410612.

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

Color convert

RGB 244 103 250 -
CMYK 0.02 0.59 0 0.02
HSL 297.55º 0.94% 0.69% -
HSV(B) 297.55º 0.59% 0.98% -
XYZ 59.41 35.84 94.23 -
YUV 161.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 244 103 250 0.02 0.59 0 0.02 297.55 0.94 0.69
Hex F4 67 FA 2 3B 0 2 12A 5E 45
Octal 364 147 372 2 73 0 2 452 136 105
Binary 11110100 1100111 11111010 10 111011 0 10 100101010 1011110 1000101

Color Harmonies of #F467FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F467FA

Black with #F467FA

Text Example


Text Example

White with #F467FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F467FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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