Html Css Color HEX #F565FD Pink Flamingo

📋 copy color: '#F565FD'

red 245 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #F565FD

Tints of Pink Flamingo #F565FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.86%

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

R = 40.9%
G = 16.86%
B = 42.24%

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

#F565FD (or 0xF565FD) is known color: Pink Flamingo. HEX triplet: F5, 65 and FD. RGB value is (245,101,253). Sum of RGB (Red+Green+Blue) = 245+101+253=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #F565FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565FD is #0A9A02. Grayscale: #A0A0A0. Windows color (decimal): -694787 or 16606709. OLE color: 16606709.

HSL color Cylindrical-coordinate representation of color #F565FD: hue angle of 296.84º degrees, saturation: 0.97, 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 #F565FD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 101 253 -
CMYK 0.03 0.60 0 0.01
HSL 296.84º 0.97% 0.69% -
HSV(B) 296.84º 0.6% 0.99% -
XYZ 60.04 35.81 96.68 -
YUV 161.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 245 101 253 0.03 0.60 0 0.01 296.84 0.97 0.69
Hex F5 65 FD 3 3C 0 1 129 61 45
Octal 365 145 375 3 74 0 1 451 141 105
Binary 11110101 1100101 11111101 11 111100 0 1 100101001 1100001 1000101

Color Harmonies of #F565FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F565FD

Black with #F565FD

Text Example


Text Example

White with #F565FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F565FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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