Html Css Color HEX #F550FA Pink Flamingo

📋 copy color: '#F550FA'

red 245 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #F550FA

Tints of Pink Flamingo #F550FA

RGB

 RED value IS 245 (96.09% from 255) = 42.61%

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

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

R = 42.61%
G = 13.91%
B = 43.48%

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

#F550FA (or 0xF550FA) is known color: Pink Flamingo. HEX triplet: F5, 50 and FA. RGB value is (245,80,250). Sum of RGB (Red+Green+Blue) = 245+80+250=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 80 (31.64% from 255 or 13.91% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #F550FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550FA is #0AAF05. Grayscale: #949494. Windows color (decimal): -700166 or 16404725. OLE color: 16404725.

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

Color convert

RGB 245 80 250 -
CMYK 0.02 0.68 0 0.02
HSL 298.24º 0.94% 0.65% -
HSV(B) 298.24º 0.68% 0.98% -
XYZ 57.78 32.05 93.58 -
YUV 148.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 245 80 250 0.02 0.68 0 0.02 298.24 0.94 0.65
Hex F5 50 FA 2 44 0 2 12A 5E 41
Octal 365 120 372 2 104 0 2 452 136 101
Binary 11110101 1010000 11111010 10 1000100 0 10 100101010 1011110 1000001

Color Harmonies of #F550FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F550FA

Black with #F550FA

Text Example


Text Example

White with #F550FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F550FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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