Html Css Color HEX #F760EF Pink Flamingo

📋 copy color: '#F760EF'

red 247 ◦ green 96 ◦ blue 239

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

Shades of Pink Flamingo #F760EF

Tints of Pink Flamingo #F760EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.07%

R = 42.44%
G = 16.49%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F760EF (or 0xF760EF) is known color: Pink Flamingo. HEX triplet: F7, 60 and EF. RGB value is (247,96,239). Sum of RGB (Red+Green+Blue) = 247+96+239=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 96 (37.89% from 255 or 16.49% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F760EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760EF is #089F10. Grayscale: #9D9D9D. Windows color (decimal): -565009 or 15687927. OLE color: 15687927.

HSL color Cylindrical-coordinate representation of color #F760EF: hue angle of 303.18º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760EF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 239 -
CMYK 0 0.61 0.03 0.03
HSL 303.18º 0.9% 0.67% -
HSV(B) 303.18º 0.61% 0.97% -
XYZ 58.12 34.37 85.23 -
YUV 157.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 247 96 239 0 0.61 0.03 0.03 303.18 0.9 0.67
Hex F7 60 EF 0 3D 3 3 12F 5A 43
Octal 367 140 357 0 75 3 3 457 132 103
Binary 11110111 1100000 11101111 0 111101 11 11 100101111 1011010 1000011

Color Harmonies of #F760EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760EF

Black with #F760EF

Text Example


Text Example

White with #F760EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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