Html Css Color HEX #F55BFB Pink Flamingo

📋 copy color: '#F55BFB'

red 245 ◦ green 91 ◦ blue 251

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

Shades of Pink Flamingo #F55BFB

Tints of Pink Flamingo #F55BFB

RGB

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

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

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

R = 41.74%
G = 15.5%
B = 42.76%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F55BFB (or 0xF55BFB) is known color: Pink Flamingo. HEX triplet: F5, 5B and FB. RGB value is (245,91,251). Sum of RGB (Red+Green+Blue) = 245+91+251=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 91 (35.94% from 255 or 15.50% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #F55BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55BFB is #0AA404. Grayscale: #9A9A9A. Windows color (decimal): -697349 or 16473077. OLE color: 16473077.

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

Color convert

RGB 245 91 251 -
CMYK 0.02 0.64 0 0.02
HSL 297.75º 0.95% 0.67% -
HSV(B) 297.75º 0.64% 0.98% -
XYZ 58.81 33.86 94.7 -
YUV 155.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 245 91 251 0.02 0.64 0 0.02 297.75 0.95 0.67
Hex F5 5B FB 2 40 0 2 12A 5F 43
Octal 365 133 373 2 100 0 2 452 137 103
Binary 11110101 1011011 11111011 10 1000000 0 10 100101010 1011111 1000011

Color Harmonies of #F55BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55BFB

Black with #F55BFB

Text Example


Text Example

White with #F55BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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