Html Css Color HEX #F55FFA Pink Flamingo

📋 copy color: '#F55FFA'

red 245 ◦ green 95 ◦ blue 250

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

Shades of Pink Flamingo #F55FFA

Tints of Pink Flamingo #F55FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.1%

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

R = 41.53%
G = 16.1%
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

#F55FFA (or 0xF55FFA) is known color: Pink Flamingo. HEX triplet: F5, 5F and FA. RGB value is (245,95,250). Sum of RGB (Red+Green+Blue) = 245+95+250=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 95 (37.5% from 255 or 16.10% 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 #F55FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FFA is #0AA005. Grayscale: #9D9D9D. Windows color (decimal): -696326 or 16408565. OLE color: 16408565.

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

Color convert

RGB 245 95 250 -
CMYK 0.02 0.62 0 0.02
HSL 298.06º 0.94% 0.68% -
HSV(B) 298.06º 0.62% 0.98% -
XYZ 59 34.5 93.99 -
YUV 157.52 180.2 190.4 -
System Red Green Blue C M Y K H S L
Decimal 245 95 250 0.02 0.62 0 0.02 298.06 0.94 0.68
Hex F5 5F FA 2 3E 0 2 12A 5E 44
Octal 365 137 372 2 76 0 2 452 136 104
Binary 11110101 1011111 11111010 10 111110 0 10 100101010 1011110 1000100

Color Harmonies of #F55FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FFA

Black with #F55FFA

Text Example


Text Example

White with #F55FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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