Html Css Color HEX #F460FA Pink Flamingo

📋 copy color: '#F460FA'

red 244 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #F460FA

Tints of Pink Flamingo #F460FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.27%

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

R = 41.36%
G = 16.27%
B = 42.37%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F460FA (or 0xF460FA) is known color: Pink Flamingo. HEX triplet: F4, 60 and FA. RGB value is (244,96,250). Sum of RGB (Red+Green+Blue) = 244+96+250=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 96 (37.89% from 255 or 16.27% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #F460FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F460FA is #0B9F05. Grayscale: #9D9D9D. Windows color (decimal): -761606 or 16408820. OLE color: 16408820.

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

Color convert

RGB 244 96 250 -
CMYK 0.02 0.62 0 0.02
HSL 297.66º 0.94% 0.68% -
HSV(B) 297.66º 0.62% 0.98% -
XYZ 58.75 34.5 94.01 -
YUV 157.81 180.03 189.48 -
System Red Green Blue C M Y K H S L
Decimal 244 96 250 0.02 0.62 0 0.02 297.66 0.94 0.68
Hex F4 60 FA 2 3E 0 2 12A 5E 44
Octal 364 140 372 2 76 0 2 452 136 104
Binary 11110100 1100000 11111010 10 111110 0 10 100101010 1011110 1000100

Color Harmonies of #F460FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F460FA

Black with #F460FA

Text Example


Text Example

White with #F460FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F460FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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