Html Css Color HEX #F568F2 Pink Flamingo

📋 copy color: '#F568F2'

red 245 ◦ green 104 ◦ blue 242

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

Shades of Pink Flamingo #F568F2

Tints of Pink Flamingo #F568F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 41.46%
G = 17.6%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F568F2 (or 0xF568F2) is known color: Pink Flamingo. HEX triplet: F5, 68 and F2. RGB value is (245,104,242). Sum of RGB (Red+Green+Blue) = 245+104+242=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F568F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568F2 is #0A970D. Grayscale: #A1A1A1. Windows color (decimal): -694030 or 15886581. OLE color: 15886581.

HSL color Cylindrical-coordinate representation of color #F568F2: hue angle of 301.28º 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 #F568F2 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 104 242 -
CMYK 0 0.58 0.01 0.04
HSL 301.28º 0.88% 0.68% -
HSV(B) 301.28º 0.58% 0.96% -
XYZ 58.63 35.72 87.81 -
YUV 161.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 245 104 242 0 0.58 0.01 0.04 301.28 0.88 0.68
Hex F5 68 F2 0 3A 1 4 12D 58 44
Octal 365 150 362 0 72 1 4 455 130 104
Binary 11110101 1101000 11110010 0 111010 1 100 100101101 1011000 1000100

Color Harmonies of #F568F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F568F2

Black with #F568F2

Text Example


Text Example

White with #F568F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F568F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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