Html Css Color HEX #F756FE Pink Flamingo

📋 copy color: '#F756FE'

red 247 ◦ green 86 ◦ blue 254

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

Shades of Pink Flamingo #F756FE

Tints of Pink Flamingo #F756FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 42.08%
G = 14.65%
B = 43.27%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F756FE (or 0xF756FE) is known color: Pink Flamingo. HEX triplet: F7, 56 and FE. RGB value is (247,86,254). Sum of RGB (Red+Green+Blue) = 247+86+254=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 86 (33.98% from 255 or 14.65% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #F756FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F756FE is #08A901. Grayscale: #989898. Windows color (decimal): -567554 or 16668407. OLE color: 16668407.

HSL color Cylindrical-coordinate representation of color #F756FE: hue angle of 297.5º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F756FE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 247 86 254 -
CMYK 0.03 0.66 0 0.00
HSL 297.5º 0.99% 0.67% -
HSV(B) 297.5º 0.66% 1% -
XYZ 59.57 33.59 97.11 -
YUV 153.29 184.84 194.84 -
System Red Green Blue C M Y K H S L
Decimal 247 86 254 0.03 0.66 0 0.00 297.5 0.99 0.67
Hex F7 56 FE 3 42 0 0 12A 63 43
Octal 367 126 376 3 102 0 0 452 143 103
Binary 11110111 1010110 11111110 11 1000010 0 0 100101010 1100011 1000011

Color Harmonies of #F756FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F756FE

Black with #F756FE

Text Example


Text Example

White with #F756FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F756FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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