Html Css Color HEX #F569FD Pink Flamingo

📋 copy color: '#F569FD'

red 245 ◦ green 105 ◦ blue 253

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

Shades of Pink Flamingo #F569FD

Tints of Pink Flamingo #F569FD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.41%

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

R = 40.63%
G = 17.41%
B = 41.96%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F569FD (or 0xF569FD) is known color: Pink Flamingo. HEX triplet: F5, 69 and FD. RGB value is (245,105,253). Sum of RGB (Red+Green+Blue) = 245+105+253=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 105 (41.41% from 255 or 17.41% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #F569FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F569FD is #0A9602. Grayscale: #A3A3A3. Windows color (decimal): -693763 or 16607733. OLE color: 16607733.

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

Color convert

RGB 245 105 253 -
CMYK 0.03 0.58 0 0.01
HSL 296.76º 0.97% 0.7% -
HSV(B) 296.76º 0.58% 0.99% -
XYZ 60.44 36.61 96.81 -
YUV 163.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 245 105 253 0.03 0.58 0 0.01 296.76 0.97 0.7
Hex F5 69 FD 3 3A 0 1 129 61 46
Octal 365 151 375 3 72 0 1 451 141 106
Binary 11110101 1101001 11111101 11 111010 0 1 100101001 1100001 1000110

Color Harmonies of #F569FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F569FD

Black with #F569FD

Text Example


Text Example

White with #F569FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F569FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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