Html Css Color HEX #F756FD Pink Flamingo

📋 copy color: '#F756FD'

red 247 ◦ green 86 ◦ blue 253

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

Shades of Pink Flamingo #F756FD

Tints of Pink Flamingo #F756FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.68%

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

R = 42.15%
G = 14.68%
B = 43.17%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F756FD (or 0xF756FD) is known color: Pink Flamingo. HEX triplet: F7, 56 and FD. RGB value is (247,86,253). Sum of RGB (Red+Green+Blue) = 247+86+253=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 86 (33.98% from 255 or 14.68% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #F756FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756FD is #08A902. Grayscale: #989898. Windows color (decimal): -567555 or 16602871. OLE color: 16602871.

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

Color convert

RGB 247 86 253 -
CMYK 0.02 0.66 0 0.01
HSL 297.84º 0.98% 0.66% -
HSV(B) 297.84º 0.66% 0.99% -
XYZ 59.42 33.52 96.27 -
YUV 153.18 184.34 194.92 -
System Red Green Blue C M Y K H S L
Decimal 247 86 253 0.02 0.66 0 0.01 297.84 0.98 0.66
Hex F7 56 FD 2 42 0 1 12A 62 42
Octal 367 126 375 2 102 0 1 452 142 102
Binary 11110111 1010110 11111101 10 1000010 0 1 100101010 1100010 1000010

Color Harmonies of #F756FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756FD

Black with #F756FD

Text Example


Text Example

White with #F756FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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