Html Css Color HEX #FE68F7 Pink Flamingo

📋 copy color: '#FE68F7'

red 254 ◦ green 104 ◦ blue 247

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

Shades of Pink Flamingo #FE68F7

Tints of Pink Flamingo #FE68F7

RGB

 RED value IS 254 (99.61% from 255) = 41.98%

 GREEN value IS 104 (41.02% from 255) = 17.19%

 BLUE value IS 247 (96.88% from 255) = 40.83%

R = 41.98%
G = 17.19%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE68F7 (or 0xFE68F7) is known color: Pink Flamingo. HEX triplet: FE, 68 and F7. RGB value is (254,104,247). Sum of RGB (Red+Green+Blue) = 254+104+247=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 104 (41.02% from 255 or 17.19% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68F7 is #019708. Grayscale: #A4A4A4. Windows color (decimal): -104201 or 16214270. OLE color: 16214270.

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

Color convert

RGB 254 104 247 -
CMYK 0 0.59 0.03 0.00
HSL 302.8º 0.99% 0.7% -
HSV(B) 302.8º 0.59% 1% -
XYZ 62.61 37.69 91.97 -
YUV 165.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 254 104 247 0 0.59 0.03 0.00 302.8 0.99 0.7
Hex FE 68 F7 0 3B 3 0 12F 63 46
Octal 376 150 367 0 73 3 0 457 143 106
Binary 11111110 1101000 11110111 0 111011 11 0 100101111 1100011 1000110

Color Harmonies of #FE68F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68F7

Black with #FE68F7

Text Example


Text Example

White with #FE68F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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