Html Css Color HEX #F566FF Pink Flamingo

📋 copy color: '#F566FF'

red 245 ◦ green 102 ◦ blue 255

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

Shades of Pink Flamingo #F566FF

Tints of Pink Flamingo #F566FF

RGB

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

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

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

R = 40.7%
G = 16.94%
B = 42.36%

CMYK

 C value IS 0.04

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F566FF (or 0xF566FF) is known color: Pink Flamingo. HEX triplet: F5, 66 and FF. RGB value is (245,102,255). Sum of RGB (Red+Green+Blue) = 245+102+255=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 102 (40.23% from 255 or 16.94% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F566FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566FF is #0A9900. Grayscale: #A1A1A1. Windows color (decimal): -694529 or 16738037. OLE color: 16738037.

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

Color convert

RGB 245 102 255 -
CMYK 0.04 0.6 0 0
HSL 296.08º 1% 0.7% -
HSV(B) 296.08º 0.6% 1% -
XYZ 60.46 36.14 98.4 -
YUV 162.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 245 102 255 0.04 0.6 0 0 296.08 1 0.7
Hex F5 66 FF 4 3C 0 0 128 64 46
Octal 365 146 377 4 74 0 0 450 144 106
Binary 11110101 1100110 11111111 100 111100 0 0 100101000 1100100 1000110

Color Harmonies of #F566FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566FF

Black with #F566FF

Text Example


Text Example

White with #F566FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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