Html Css Color HEX #FF60EE Pink Flamingo

📋 copy color: '#FF60EE'

red 255 ◦ green 96 ◦ blue 238

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

Shades of Pink Flamingo #FF60EE

Tints of Pink Flamingo #FF60EE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.3%

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 43.29%
G = 16.3%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF60EE (or 0xFF60EE) is known color: Pink Flamingo. HEX triplet: FF, 60 and EE. RGB value is (255,96,238). Sum of RGB (Red+Green+Blue) = 255+96+238=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60EE is #009F11. Grayscale: #9F9F9F. Windows color (decimal): -40722 or 15622399. OLE color: 15622399.

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

Color convert

RGB 255 96 238 -
CMYK 0 0.62 0.07 0
HSL 306.42º 1% 0.69% -
HSV(B) 306.42º 0.62% 1% -
XYZ 60.86 35.8 84.59 -
YUV 159.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 255 96 238 0 0.62 0.07 0 306.42 1 0.69
Hex FF 60 EE 0 3E 7 0 132 64 45
Octal 377 140 356 0 76 7 0 462 144 105
Binary 11111111 1100000 11101110 0 111110 111 0 100110010 1100100 1000101

Color Harmonies of #FF60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60EE

Black with #FF60EE

Text Example


Text Example

White with #FF60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60EE; }

 p { color: rgb(255,96,238); }

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

background-color css

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

 a { background-color: rgb(255,96,238); }

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

border-color css

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

 span { border-color: rgb(255,96,238); }

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