Html Css Color HEX #F557FA Pink Flamingo

📋 copy color: '#F557FA'

red 245 ◦ green 87 ◦ blue 250

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

Shades of Pink Flamingo #F557FA

Tints of Pink Flamingo #F557FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 14.95%

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

R = 42.1%
G = 14.95%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F557FA (or 0xF557FA) is known color: Pink Flamingo. HEX triplet: F5, 57 and FA. RGB value is (245,87,250). Sum of RGB (Red+Green+Blue) = 245+87+250=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 87 (34.38% from 255 or 14.95% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #F557FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F557FA is #0AA805. Grayscale: #989898. Windows color (decimal): -698374 or 16406517. OLE color: 16406517.

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

Color convert

RGB 245 87 250 -
CMYK 0.02 0.65 0 0.02
HSL 298.16º 0.94% 0.66% -
HSV(B) 298.16º 0.65% 0.98% -
XYZ 58.32 33.13 93.76 -
YUV 152.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 245 87 250 0.02 0.65 0 0.02 298.16 0.94 0.66
Hex F5 57 FA 2 41 0 2 12A 5E 42
Octal 365 127 372 2 101 0 2 452 136 102
Binary 11110101 1010111 11111010 10 1000001 0 10 100101010 1011110 1000010

Color Harmonies of #F557FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F557FA

Black with #F557FA

Text Example


Text Example

White with #F557FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F557FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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