Html Css Color HEX #F450FA Pink Flamingo

📋 copy color: '#F450FA'

red 244 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #F450FA

Tints of Pink Flamingo #F450FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.94%

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

R = 42.51%
G = 13.94%
B = 43.55%

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

#F450FA (or 0xF450FA) is known color: Pink Flamingo. HEX triplet: F4, 50 and FA. RGB value is (244,80,250). Sum of RGB (Red+Green+Blue) = 244+80+250=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #F450FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F450FA is #0BAF05. Grayscale: #939393. Windows color (decimal): -765702 or 16404724. OLE color: 16404724.

HSL color Cylindrical-coordinate representation of color #F450FA: hue angle of 297.88º 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 #F450FA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 80 250 -
CMYK 0.02 0.68 0 0.02
HSL 297.88º 0.94% 0.65% -
HSV(B) 297.88º 0.68% 0.98% -
XYZ 57.43 31.87 93.57 -
YUV 148.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 244 80 250 0.02 0.68 0 0.02 297.88 0.94 0.65
Hex F4 50 FA 2 44 0 2 12A 5E 41
Octal 364 120 372 2 104 0 2 452 136 101
Binary 11110100 1010000 11111010 10 1000100 0 10 100101010 1011110 1000001

Color Harmonies of #F450FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F450FA

Black with #F450FA

Text Example


Text Example

White with #F450FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F450FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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