Html Css Color HEX #F760F2 Pink Flamingo

📋 copy color: '#F760F2'

red 247 ◦ green 96 ◦ blue 242

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

Shades of Pink Flamingo #F760F2

Tints of Pink Flamingo #F760F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 42.22%
G = 16.41%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F760F2 (or 0xF760F2) is known color: Pink Flamingo. HEX triplet: F7, 60 and F2. RGB value is (247,96,242). Sum of RGB (Red+Green+Blue) = 247+96+242=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 96 (37.89% from 255 or 16.41% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F760F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F760F2 is #089F0D. Grayscale: #9D9D9D. Windows color (decimal): -565006 or 15884535. OLE color: 15884535.

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

Color convert

RGB 247 96 242 -
CMYK 0 0.61 0.02 0.03
HSL 301.99º 0.9% 0.67% -
HSV(B) 301.99º 0.61% 0.97% -
XYZ 58.57 34.55 87.59 -
YUV 157.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 247 96 242 0 0.61 0.02 0.03 301.99 0.9 0.67
Hex F7 60 F2 0 3D 2 3 12E 5A 43
Octal 367 140 362 0 75 2 3 456 132 103
Binary 11110111 1100000 11110010 0 111101 10 11 100101110 1011010 1000011

Color Harmonies of #F760F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760F2

Black with #F760F2

Text Example


Text Example

White with #F760F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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