Html Css Color HEX #F760FE Pink Flamingo

📋 copy color: '#F760FE'

red 247 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #F760FE

Tints of Pink Flamingo #F760FE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.08%

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

R = 41.37%
G = 16.08%
B = 42.55%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F760FE (or 0xF760FE) is known color: Pink Flamingo. HEX triplet: F7, 60 and FE. RGB value is (247,96,254). Sum of RGB (Red+Green+Blue) = 247+96+254=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 96 (37.89% from 255 or 16.08% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F760FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760FE is #089F01. Grayscale: #9E9E9E. Windows color (decimal): -564994 or 16670967. OLE color: 16670967.

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

Color convert

RGB 247 96 254 -
CMYK 0.03 0.62 0 0.00
HSL 297.34º 0.99% 0.69% -
HSV(B) 297.34º 0.62% 1% -
XYZ 60.43 35.3 97.39 -
YUV 159.16 181.53 190.65 -
System Red Green Blue C M Y K H S L
Decimal 247 96 254 0.03 0.62 0 0.00 297.34 0.99 0.69
Hex F7 60 FE 3 3E 0 0 129 63 45
Octal 367 140 376 3 76 0 0 451 143 105
Binary 11110111 1100000 11111110 11 111110 0 0 100101001 1100011 1000101

Color Harmonies of #F760FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760FE

Black with #F760FE

Text Example


Text Example

White with #F760FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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