Html Css Color HEX #F558FD Pink Flamingo

📋 copy color: '#F558FD'

red 245 ◦ green 88 ◦ blue 253

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

Shades of Pink Flamingo #F558FD

Tints of Pink Flamingo #F558FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 41.81%
G = 15.02%
B = 43.17%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F558FD (or 0xF558FD) is known color: Pink Flamingo. HEX triplet: F5, 58 and FD. RGB value is (245,88,253). Sum of RGB (Red+Green+Blue) = 245+88+253=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 88 (34.77% from 255 or 15.02% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #F558FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558FD is #0AA702. Grayscale: #999999. Windows color (decimal): -698115 or 16603381. OLE color: 16603381.

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

Color convert

RGB 245 88 253 -
CMYK 0.03 0.65 0 0.01
HSL 297.09º 0.98% 0.67% -
HSV(B) 297.09º 0.65% 0.99% -
XYZ 58.88 33.48 96.29 -
YUV 153.75 184.01 193.08 -
System Red Green Blue C M Y K H S L
Decimal 245 88 253 0.03 0.65 0 0.01 297.09 0.98 0.67
Hex F5 58 FD 3 41 0 1 129 62 43
Octal 365 130 375 3 101 0 1 451 142 103
Binary 11110101 1011000 11111101 11 1000001 0 1 100101001 1100010 1000011

Color Harmonies of #F558FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558FD

Black with #F558FD

Text Example


Text Example

White with #F558FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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