Html Css Color HEX #FF68EB Pink Flamingo

📋 copy color: '#FF68EB'

red 255 ◦ green 104 ◦ blue 235

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

Shades of Pink Flamingo #FF68EB

Tints of Pink Flamingo #FF68EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 42.93%
G = 17.51%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF68EB (or 0xFF68EB) is known color: Pink Flamingo. HEX triplet: FF, 68 and EB. RGB value is (255,104,235). Sum of RGB (Red+Green+Blue) = 255+104+235=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF68EB is #009714. Grayscale: #A3A3A3. Windows color (decimal): -38677 or 15427839. OLE color: 15427839.

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

Color convert

RGB 255 104 235 -
CMYK 0 0.59 0.08 0
HSL 307.95º 1% 0.7% -
HSV(B) 307.95º 0.59% 1% -
XYZ 61.19 37.16 82.54 -
YUV 164.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 255 104 235 0 0.59 0.08 0 307.95 1 0.7
Hex FF 68 EB 0 3B 8 0 134 64 46
Octal 377 150 353 0 73 10 0 464 144 106
Binary 11111111 1101000 11101011 0 111011 1000 0 100110100 1100100 1000110

Color Harmonies of #FF68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF68EB

Black with #FF68EB

Text Example


Text Example

White with #FF68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF68EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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