Html Css Color HEX #F558FE Pink Flamingo

📋 copy color: '#F558FE'

red 245 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #F558FE

Tints of Pink Flamingo #F558FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 14.99%

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 41.74%
G = 14.99%
B = 43.27%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F558FE (or 0xF558FE) is known color: Pink Flamingo. HEX triplet: F5, 58 and FE. RGB value is (245,88,254). Sum of RGB (Red+Green+Blue) = 245+88+254=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 88 (34.77% from 255 or 14.99% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F558FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558FE is #0AA701. Grayscale: #999999. Windows color (decimal): -698114 or 16668917. OLE color: 16668917.

HSL color Cylindrical-coordinate representation of color #F558FE: hue angle of 296.75º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F558FE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 88 254 -
CMYK 0.04 0.65 0 0.00
HSL 296.75º 0.99% 0.67% -
HSV(B) 296.75º 0.65% 1% -
XYZ 59.04 33.55 97.13 -
YUV 153.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 245 88 254 0.04 0.65 0 0.00 296.75 0.99 0.67
Hex F5 58 FE 4 41 0 0 129 63 43
Octal 365 130 376 4 101 0 0 451 143 103
Binary 11110101 1011000 11111110 100 1000001 0 0 100101001 1100011 1000011

Color Harmonies of #F558FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558FE

Black with #F558FE

Text Example


Text Example

White with #F558FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558FE; }

 p { color: rgb(245,88,254); }

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

background-color css

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

 a { background-color: rgb(245,88,254); }

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

border-color css

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

 span { border-color: rgb(245,88,254); }

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