Html Css Color HEX #F551FC Pink Flamingo

📋 copy color: '#F551FC'

red 245 ◦ green 81 ◦ blue 252

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

Shades of Pink Flamingo #F551FC

Tints of Pink Flamingo #F551FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 42.39%
G = 14.01%
B = 43.6%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F551FC (or 0xF551FC) is known color: Pink Flamingo. HEX triplet: F5, 51 and FC. RGB value is (245,81,252). Sum of RGB (Red+Green+Blue) = 245+81+252=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 81 (32.03% from 255 or 14.01% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #F551FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F551FC is #0AAE03. Grayscale: #959595. Windows color (decimal): -699908 or 16536053. OLE color: 16536053.

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

Color convert

RGB 245 81 252 -
CMYK 0.03 0.68 0 0.01
HSL 297.54º 0.97% 0.65% -
HSV(B) 297.54º 0.68% 0.99% -
XYZ 58.17 32.33 95.27 -
YUV 149.53 185.83 196.1 -
System Red Green Blue C M Y K H S L
Decimal 245 81 252 0.03 0.68 0 0.01 297.54 0.97 0.65
Hex F5 51 FC 3 44 0 1 12A 61 41
Octal 365 121 374 3 104 0 1 452 141 101
Binary 11110101 1010001 11111100 11 1000100 0 1 100101010 1100001 1000001

Color Harmonies of #F551FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F551FC

Black with #F551FC

Text Example


Text Example

White with #F551FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F551FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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