Html Css Color HEX #F769FE Pink Flamingo

📋 copy color: '#F769FE'

red 247 ◦ green 105 ◦ blue 254

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

Shades of Pink Flamingo #F769FE

Tints of Pink Flamingo #F769FE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.33%

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

R = 40.76%
G = 17.33%
B = 41.91%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F769FE (or 0xF769FE) is known color: Pink Flamingo. HEX triplet: F7, 69 and FE. RGB value is (247,105,254). Sum of RGB (Red+Green+Blue) = 247+105+254=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 105 (41.41% from 255 or 17.33% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #F769FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F769FE is #089601. Grayscale: #A3A3A3. Windows color (decimal): -562690 or 16673271. OLE color: 16673271.

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

Color convert

RGB 247 105 254 -
CMYK 0.03 0.59 0 0.00
HSL 297.18º 0.99% 0.7% -
HSV(B) 297.18º 0.59% 1% -
XYZ 61.3 37.03 97.68 -
YUV 164.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 247 105 254 0.03 0.59 0 0.00 297.18 0.99 0.7
Hex F7 69 FE 3 3B 0 0 129 63 46
Octal 367 151 376 3 73 0 0 451 143 106
Binary 11110111 1101001 11111110 11 111011 0 0 100101001 1100011 1000110

Color Harmonies of #F769FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F769FE

Black with #F769FE

Text Example


Text Example

White with #F769FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F769FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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