Html Css Color HEX #F55DFB Pink Flamingo

📋 copy color: '#F55DFB'

red 245 ◦ green 93 ◦ blue 251

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

Shades of Pink Flamingo #F55DFB

Tints of Pink Flamingo #F55DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.79%

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 41.6%
G = 15.79%
B = 42.61%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F55DFB (or 0xF55DFB) is known color: Pink Flamingo. HEX triplet: F5, 5D and FB. RGB value is (245,93,251). Sum of RGB (Red+Green+Blue) = 245+93+251=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 93 (36.72% from 255 or 15.79% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #F55DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DFB is #0AA204. Grayscale: #9B9B9B. Windows color (decimal): -696837 or 16473589. OLE color: 16473589.

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

Color convert

RGB 245 93 251 -
CMYK 0.02 0.63 0 0.02
HSL 297.72º 0.95% 0.67% -
HSV(B) 297.72º 0.63% 0.98% -
XYZ 58.98 34.21 94.76 -
YUV 156.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 245 93 251 0.02 0.63 0 0.02 297.72 0.95 0.67
Hex F5 5D FB 2 3F 0 2 12A 5F 43
Octal 365 135 373 2 77 0 2 452 137 103
Binary 11110101 1011101 11111011 10 111111 0 10 100101010 1011111 1000011

Color Harmonies of #F55DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55DFB

Black with #F55DFB

Text Example


Text Example

White with #F55DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55DFB; }

 p { color: rgb(245,93,251); }

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

background-color css

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

 a { background-color: rgb(245,93,251); }

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

border-color css

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

 span { border-color: rgb(245,93,251); }

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