Html Css Color HEX #FF68ED Pink Flamingo

📋 copy color: '#FF68ED'

red 255 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #FF68ED

Tints of Pink Flamingo #FF68ED

RGB

 RED value IS 255 (100% from 255) = 42.79%

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

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

R = 42.79%
G = 17.45%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF68ED (or 0xFF68ED) is known color: Pink Flamingo. HEX triplet: FF, 68 and ED. RGB value is (255,104,237). Sum of RGB (Red+Green+Blue) = 255+104+237=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 104 (41.02% from 255 or 17.45% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68ED is #009712. Grayscale: #A3A3A3. Windows color (decimal): -38675 or 15558911. OLE color: 15558911.

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

Color convert

RGB 255 104 237 -
CMYK 0 0.59 0.07 0
HSL 307.15º 1% 0.7% -
HSV(B) 307.15º 0.59% 1% -
XYZ 61.48 37.28 84.08 -
YUV 164.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 255 104 237 0 0.59 0.07 0 307.15 1 0.7
Hex FF 68 ED 0 3B 7 0 133 64 46
Octal 377 150 355 0 73 7 0 463 144 106
Binary 11111111 1101000 11101101 0 111011 111 0 100110011 1100100 1000110

Color Harmonies of #FF68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68ED

Black with #FF68ED

Text Example


Text Example

White with #FF68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68ED; }

 p { color: rgb(255,104,237); }

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

background-color css

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

 a { background-color: rgb(255,104,237); }

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

border-color css

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

 span { border-color: rgb(255,104,237); }

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