Html Css Color HEX #F461FA Pink Flamingo

📋 copy color: '#F461FA'

red 244 ◦ green 97 ◦ blue 250

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

Shades of Pink Flamingo #F461FA

Tints of Pink Flamingo #F461FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.41%

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

R = 41.29%
G = 16.41%
B = 42.3%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F461FA (or 0xF461FA) is known color: Pink Flamingo. HEX triplet: F4, 61 and FA. RGB value is (244,97,250). Sum of RGB (Red+Green+Blue) = 244+97+250=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 97 (38.28% from 255 or 16.41% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F461FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F461FA is #0B9E05. Grayscale: #9D9D9D. Windows color (decimal): -761350 or 16409076. OLE color: 16409076.

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

Color convert

RGB 244 97 250 -
CMYK 0.02 0.61 0 0.02
HSL 297.65º 0.94% 0.68% -
HSV(B) 297.65º 0.61% 0.98% -
XYZ 58.84 34.68 94.04 -
YUV 158.4 179.7 189.06 -
System Red Green Blue C M Y K H S L
Decimal 244 97 250 0.02 0.61 0 0.02 297.65 0.94 0.68
Hex F4 61 FA 2 3D 0 2 12A 5E 44
Octal 364 141 372 2 75 0 2 452 136 104
Binary 11110100 1100001 11111010 10 111101 0 10 100101010 1011110 1000100

Color Harmonies of #F461FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F461FA

Black with #F461FA

Text Example


Text Example

White with #F461FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F461FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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