Html Css Color HEX #F568ED Pink Flamingo

📋 copy color: '#F568ED'

red 245 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #F568ED

Tints of Pink Flamingo #F568ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 41.81%
G = 17.75%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F568ED (or 0xF568ED) is known color: Pink Flamingo. HEX triplet: F5, 68 and ED. RGB value is (245,104,237). Sum of RGB (Red+Green+Blue) = 245+104+237=586 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.81% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 245 - color contains mainly: red. Hex color #F568ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568ED is #0A9712. Grayscale: #A0A0A0. Windows color (decimal): -694035 or 15558901. OLE color: 15558901.

HSL color Cylindrical-coordinate representation of color #F568ED: hue angle of 303.4º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F568ED is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 104 237 -
CMYK 0 0.58 0.03 0.04
HSL 303.4º 0.88% 0.68% -
HSV(B) 303.4º 0.58% 0.96% -
XYZ 57.89 35.43 83.91 -
YUV 161.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 245 104 237 0 0.58 0.03 0.04 303.4 0.88 0.68
Hex F5 68 ED 0 3A 3 4 12F 58 44
Octal 365 150 355 0 72 3 4 457 130 104
Binary 11110101 1101000 11101101 0 111010 11 100 100101111 1011000 1000100

Color Harmonies of #F568ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F568ED

Black with #F568ED

Text Example


Text Example

White with #F568ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F568ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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