Html Css Color HEX #F55FFD Pink Flamingo

📋 copy color: '#F55FFD'

red 245 ◦ green 95 ◦ blue 253

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

Shades of Pink Flamingo #F55FFD

Tints of Pink Flamingo #F55FFD

RGB

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

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

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

R = 41.32%
G = 16.02%
B = 42.66%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F55FFD (or 0xF55FFD) is known color: Pink Flamingo. HEX triplet: F5, 5F and FD. RGB value is (245,95,253). Sum of RGB (Red+Green+Blue) = 245+95+253=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 95 (37.5% from 255 or 16.02% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #F55FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FFD is #0AA002. Grayscale: #9D9D9D. Windows color (decimal): -696323 or 16605173. OLE color: 16605173.

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

Color convert

RGB 245 95 253 -
CMYK 0.03 0.62 0 0.01
HSL 296.96º 0.98% 0.68% -
HSV(B) 296.96º 0.62% 0.99% -
XYZ 59.48 34.69 96.49 -
YUV 157.86 181.7 190.15 -
System Red Green Blue C M Y K H S L
Decimal 245 95 253 0.03 0.62 0 0.01 296.96 0.98 0.68
Hex F5 5F FD 3 3E 0 1 129 62 44
Octal 365 137 375 3 76 0 1 451 142 104
Binary 11110101 1011111 11111101 11 111110 0 1 100101001 1100010 1000100

Color Harmonies of #F55FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FFD

Black with #F55FFD

Text Example


Text Example

White with #F55FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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