Html Css Color HEX #F551FF Pink Flamingo

📋 copy color: '#F551FF'

red 245 ◦ green 81 ◦ blue 255

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

Shades of Pink Flamingo #F551FF

Tints of Pink Flamingo #F551FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 13.94%

 BLUE value IS 255 (100% from 255) = 43.89%

R = 42.17%
G = 13.94%
B = 43.89%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F551FF (or 0xF551FF) is known color: Pink Flamingo. HEX triplet: F5, 51 and FF. RGB value is (245,81,255). Sum of RGB (Red+Green+Blue) = 245+81+255=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 81 (32.03% from 255 or 13.94% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F551FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F551FF is #0AAE00. Grayscale: #959595. Windows color (decimal): -699905 or 16732661. OLE color: 16732661.

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

Color convert

RGB 245 81 255 -
CMYK 0.04 0.68 0 0
HSL 296.55º 1% 0.66% -
HSV(B) 296.55º 0.68% 1% -
XYZ 58.65 32.52 97.79 -
YUV 149.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 245 81 255 0.04 0.68 0 0 296.55 1 0.66
Hex F5 51 FF 4 44 0 0 129 64 42
Octal 365 121 377 4 104 0 0 451 144 102
Binary 11110101 1010001 11111111 100 1000100 0 0 100101001 1100100 1000010

Color Harmonies of #F551FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551FF

Black with #F551FF

Text Example


Text Example

White with #F551FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551FF; }

 p { color: rgb(245,81,255); }

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

background-color css

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

 a { background-color: rgb(245,81,255); }

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

border-color css

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

 span { border-color: rgb(245,81,255); }

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