Html Css Color HEX #F760ED Pink Flamingo

📋 copy color: '#F760ED'

red 247 ◦ green 96 ◦ blue 237

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

Shades of Pink Flamingo #F760ED

Tints of Pink Flamingo #F760ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 42.59%
G = 16.55%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F760ED (or 0xF760ED) is known color: Pink Flamingo. HEX triplet: F7, 60 and ED. RGB value is (247,96,237). Sum of RGB (Red+Green+Blue) = 247+96+237=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 96 (37.89% from 255 or 16.55% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F760ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760ED is #089F12. Grayscale: #9C9C9C. Windows color (decimal): -565011 or 15556855. OLE color: 15556855.

HSL color Cylindrical-coordinate representation of color #F760ED: hue angle of 303.97º 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 #F760ED is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 237 -
CMYK 0 0.61 0.04 0.03
HSL 303.97º 0.9% 0.67% -
HSV(B) 303.97º 0.61% 0.97% -
XYZ 57.83 34.25 83.68 -
YUV 157.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 247 96 237 0 0.61 0.04 0.03 303.97 0.9 0.67
Hex F7 60 ED 0 3D 4 3 130 5A 43
Octal 367 140 355 0 75 4 3 460 132 103
Binary 11110111 1100000 11101101 0 111101 100 11 100110000 1011010 1000011

Color Harmonies of #F760ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760ED

Black with #F760ED

Text Example


Text Example

White with #F760ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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