Html Css Color HEX #FE68F3 Pink Flamingo

📋 copy color: '#FE68F3'

red 254 ◦ green 104 ◦ blue 243

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

Shades of Pink Flamingo #FE68F3

Tints of Pink Flamingo #FE68F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.43%

R = 42.26%
G = 17.3%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE68F3 (or 0xFE68F3) is known color: Pink Flamingo. HEX triplet: FE, 68 and F3. RGB value is (254,104,243). Sum of RGB (Red+Green+Blue) = 254+104+243=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 104 (41.02% from 255 or 17.30% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE68F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE68F3 is #01970C. Grayscale: #A4A4A4. Windows color (decimal): -104205 or 15952126. OLE color: 15952126.

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

Color convert

RGB 254 104 243 -
CMYK 0 0.59 0.04 0.00
HSL 304.4º 0.99% 0.7% -
HSV(B) 304.4º 0.59% 1% -
XYZ 62 37.44 88.75 -
YUV 164.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 254 104 243 0 0.59 0.04 0.00 304.4 0.99 0.7
Hex FE 68 F3 0 3B 4 0 130 63 46
Octal 376 150 363 0 73 4 0 460 143 106
Binary 11111110 1101000 11110011 0 111011 100 0 100110000 1100011 1000110

Color Harmonies of #FE68F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE68F3

Black with #FE68F3

Text Example


Text Example

White with #FE68F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE68F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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