Html Css Color HEX #FF60E6 Pink Flamingo

📋 copy color: '#FF60E6'

red 255 ◦ green 96 ◦ blue 230

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

Shades of Pink Flamingo #FF60E6

Tints of Pink Flamingo #FF60E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 43.89%
G = 16.52%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF60E6 (or 0xFF60E6) is known color: Pink Flamingo. HEX triplet: FF, 60 and E6. RGB value is (255,96,230). Sum of RGB (Red+Green+Blue) = 255+96+230=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 96 (37.89% from 255 or 16.52% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60E6 is #009F19. Grayscale: #9E9E9E. Windows color (decimal): -40730 or 15098111. OLE color: 15098111.

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

Color convert

RGB 255 96 230 -
CMYK 0 0.62 0.10 0
HSL 309.43º 1% 0.69% -
HSV(B) 309.43º 0.62% 1% -
XYZ 59.71 35.34 78.54 -
YUV 158.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 255 96 230 0 0.62 0.10 0 309.43 1 0.69
Hex FF 60 E6 0 3E A 0 135 64 45
Octal 377 140 346 0 76 12 0 465 144 105
Binary 11111111 1100000 11100110 0 111110 1010 0 100110101 1100100 1000101

Color Harmonies of #FF60E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60E6

Black with #FF60E6

Text Example


Text Example

White with #FF60E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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