Html Css Color HEX #F566FD Pink Flamingo

📋 copy color: '#F566FD'

red 245 ◦ green 102 ◦ blue 253

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

Shades of Pink Flamingo #F566FD

Tints of Pink Flamingo #F566FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 40.83%
G = 17%
B = 42.17%

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

#F566FD (or 0xF566FD) is known color: Pink Flamingo. HEX triplet: F5, 66 and FD. RGB value is (245,102,253). Sum of RGB (Red+Green+Blue) = 245+102+253=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #F566FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566FD is #0A9902. Grayscale: #A1A1A1. Windows color (decimal): -694531 or 16606965. OLE color: 16606965.

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

Color convert

RGB 245 102 253 -
CMYK 0.03 0.60 0 0.01
HSL 296.82º 0.97% 0.7% -
HSV(B) 296.82º 0.6% 0.99% -
XYZ 60.14 36.01 96.71 -
YUV 161.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 245 102 253 0.03 0.60 0 0.01 296.82 0.97 0.7
Hex F5 66 FD 3 3C 0 1 129 61 46
Octal 365 146 375 3 74 0 1 451 141 106
Binary 11110101 1100110 11111101 11 111100 0 1 100101001 1100001 1000110

Color Harmonies of #F566FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F566FD

Black with #F566FD

Text Example


Text Example

White with #F566FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F566FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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