Html Css Color HEX #F569FA Pink Flamingo

📋 copy color: '#F569FA'

red 245 ◦ green 105 ◦ blue 250

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

Shades of Pink Flamingo #F569FA

Tints of Pink Flamingo #F569FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 40.83%
G = 17.5%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F569FA (or 0xF569FA) is known color: Pink Flamingo. HEX triplet: F5, 69 and FA. RGB value is (245,105,250). Sum of RGB (Red+Green+Blue) = 245+105+250=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #F569FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F569FA is #0A9605. Grayscale: #A2A2A2. Windows color (decimal): -693766 or 16411125. OLE color: 16411125.

HSL color Cylindrical-coordinate representation of color #F569FA: hue angle of 297.93º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F569FA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 105 250 -
CMYK 0.02 0.58 0 0.02
HSL 297.93º 0.94% 0.7% -
HSV(B) 297.93º 0.58% 0.98% -
XYZ 59.96 36.42 94.31 -
YUV 163.39 176.88 186.21 -
System Red Green Blue C M Y K H S L
Decimal 245 105 250 0.02 0.58 0 0.02 297.93 0.94 0.7
Hex F5 69 FA 2 3A 0 2 12A 5E 46
Octal 365 151 372 2 72 0 2 452 136 106
Binary 11110101 1101001 11111010 10 111010 0 10 100101010 1011110 1000110

Color Harmonies of #F569FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F569FA

Black with #F569FA

Text Example


Text Example

White with #F569FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F569FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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