Html Css Color HEX #F768FD Pink Flamingo

📋 copy color: '#F768FD'

red 247 ◦ green 104 ◦ blue 253

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

Shades of Pink Flamingo #F768FD

Tints of Pink Flamingo #F768FD

RGB

 RED value IS 247 (96.88% from 255) = 40.89%

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

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

R = 40.89%
G = 17.22%
B = 41.89%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F768FD (or 0xF768FD) is known color: Pink Flamingo. HEX triplet: F7, 68 and FD. RGB value is (247,104,253). Sum of RGB (Red+Green+Blue) = 247+104+253=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #F768FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768FD is #089702. Grayscale: #A3A3A3. Windows color (decimal): -562947 or 16607479. OLE color: 16607479.

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

Color convert

RGB 247 104 253 -
CMYK 0.02 0.59 0 0.01
HSL 297.58º 0.97% 0.7% -
HSV(B) 297.58º 0.59% 0.99% -
XYZ 61.04 36.77 96.81 -
YUV 163.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 247 104 253 0.02 0.59 0 0.01 297.58 0.97 0.7
Hex F7 68 FD 2 3B 0 1 12A 61 46
Octal 367 150 375 2 73 0 1 452 141 106
Binary 11110111 1101000 11111101 10 111011 0 1 100101010 1100001 1000110

Color Harmonies of #F768FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768FD

Black with #F768FD

Text Example


Text Example

White with #F768FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768FD; }

 p { color: rgb(247,104,253); }

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

background-color css

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

 a { background-color: rgb(247,104,253); }

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

border-color css

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

 span { border-color: rgb(247,104,253); }

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