Html Css Color HEX #F566FC Pink Flamingo

📋 copy color: '#F566FC'

red 245 ◦ green 102 ◦ blue 252

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

Shades of Pink Flamingo #F566FC

Tints of Pink Flamingo #F566FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.03%

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

R = 40.9%
G = 17.03%
B = 42.07%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F566FC (or 0xF566FC) is known color: Pink Flamingo. HEX triplet: F5, 66 and FC. RGB value is (245,102,252). Sum of RGB (Red+Green+Blue) = 245+102+252=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 102 (40.23% from 255 or 17.03% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #F566FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566FC is #0A9903. Grayscale: #A1A1A1. Windows color (decimal): -694532 or 16541429. OLE color: 16541429.

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

Color convert

RGB 245 102 252 -
CMYK 0.03 0.60 0 0.01
HSL 297.2º 0.96% 0.69% -
HSV(B) 297.2º 0.6% 0.99% -
XYZ 59.98 35.94 95.87 -
YUV 161.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 245 102 252 0.03 0.60 0 0.01 297.2 0.96 0.69
Hex F5 66 FC 3 3C 0 1 129 60 45
Octal 365 146 374 3 74 0 1 451 140 105
Binary 11110101 1100110 11111100 11 111100 0 1 100101001 1100000 1000101

Color Harmonies of #F566FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566FC

Black with #F566FC

Text Example


Text Example

White with #F566FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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