Html Css Color HEX #F568FA Pink Flamingo

📋 copy color: '#F568FA'

red 245 ◦ green 104 ◦ blue 250

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

Shades of Pink Flamingo #F568FA

Tints of Pink Flamingo #F568FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.36%

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

R = 40.9%
G = 17.36%
B = 41.74%

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

#F568FA (or 0xF568FA) is known color: Pink Flamingo. HEX triplet: F5, 68 and FA. RGB value is (245,104,250). Sum of RGB (Red+Green+Blue) = 245+104+250=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #F568FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568FA is #0A9705. Grayscale: #A2A2A2. Windows color (decimal): -694022 or 16410869. OLE color: 16410869.

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

Color convert

RGB 245 104 250 -
CMYK 0.02 0.58 0 0.02
HSL 297.95º 0.94% 0.69% -
HSV(B) 297.95º 0.58% 0.98% -
XYZ 59.86 36.22 94.28 -
YUV 162.8 177.21 186.63 -
System Red Green Blue C M Y K H S L
Decimal 245 104 250 0.02 0.58 0 0.02 297.95 0.94 0.69
Hex F5 68 FA 2 3A 0 2 12A 5E 45
Octal 365 150 372 2 72 0 2 452 136 105
Binary 11110101 1101000 11111010 10 111010 0 10 100101010 1011110 1000101

Color Harmonies of #F568FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F568FA

Black with #F568FA

Text Example


Text Example

White with #F568FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F568FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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