Html Css Color HEX #F55BFE Pink Flamingo

📋 copy color: '#F55BFE'

red 245 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #F55BFE

Tints of Pink Flamingo #F55BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.42%

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

R = 41.53%
G = 15.42%
B = 43.05%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F55BFE (or 0xF55BFE) is known color: Pink Flamingo. HEX triplet: F5, 5B and FE. RGB value is (245,91,254). Sum of RGB (Red+Green+Blue) = 245+91+254=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #F55BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BFE is #0AA401. Grayscale: #9B9B9B. Windows color (decimal): -697346 or 16669685. OLE color: 16669685.

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

Color convert

RGB 245 91 254 -
CMYK 0.04 0.64 0 0.00
HSL 296.69º 0.99% 0.68% -
HSV(B) 296.69º 0.64% 1% -
XYZ 59.29 34.05 97.21 -
YUV 155.63 183.52 191.75 -
System Red Green Blue C M Y K H S L
Decimal 245 91 254 0.04 0.64 0 0.00 296.69 0.99 0.68
Hex F5 5B FE 4 40 0 0 129 63 44
Octal 365 133 376 4 100 0 0 451 143 104
Binary 11110101 1011011 11111110 100 1000000 0 0 100101001 1100011 1000100

Color Harmonies of #F55BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BFE

Black with #F55BFE

Text Example


Text Example

White with #F55BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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