Html Css Color HEX #F561FC Pink Flamingo

📋 copy color: '#F561FC'

red 245 ◦ green 97 ◦ blue 252

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

Shades of Pink Flamingo #F561FC

Tints of Pink Flamingo #F561FC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.33%

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

R = 41.25%
G = 16.33%
B = 42.42%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F561FC (or 0xF561FC) is known color: Pink Flamingo. HEX triplet: F5, 61 and FC. RGB value is (245,97,252). Sum of RGB (Red+Green+Blue) = 245+97+252=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 97 (38.28% from 255 or 16.33% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #F561FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F561FC is #0A9E03. Grayscale: #9E9E9E. Windows color (decimal): -695812 or 16540149. OLE color: 16540149.

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

Color convert

RGB 245 97 252 -
CMYK 0.03 0.62 0 0.01
HSL 297.29º 0.96% 0.68% -
HSV(B) 297.29º 0.62% 0.99% -
XYZ 59.5 34.99 95.71 -
YUV 158.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 245 97 252 0.03 0.62 0 0.01 297.29 0.96 0.68
Hex F5 61 FC 3 3E 0 1 129 60 44
Octal 365 141 374 3 76 0 1 451 140 104
Binary 11110101 1100001 11111100 11 111110 0 1 100101001 1100000 1000100

Color Harmonies of #F561FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561FC

Black with #F561FC

Text Example


Text Example

White with #F561FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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