Html Css Color HEX #FF60E4 Pink Flamingo

📋 copy color: '#FF60E4'

red 255 ◦ green 96 ◦ blue 228

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

Shades of Pink Flamingo #FF60E4

Tints of Pink Flamingo #FF60E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.38%

R = 44.04%
G = 16.58%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF60E4 (or 0xFF60E4) is known color: Pink Flamingo. HEX triplet: FF, 60 and E4. RGB value is (255,96,228). Sum of RGB (Red+Green+Blue) = 255+96+228=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 96 (37.89% from 255 or 16.58% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60E4 is #009F1B. Grayscale: #9E9E9E. Windows color (decimal): -40732 or 14967039. OLE color: 14967039.

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

Color convert

RGB 255 96 228 -
CMYK 0 0.62 0.11 0
HSL 310.19º 1% 0.69% -
HSV(B) 310.19º 0.62% 1% -
XYZ 59.43 35.23 77.07 -
YUV 158.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 255 96 228 0 0.62 0.11 0 310.19 1 0.69
Hex FF 60 E4 0 3E B 0 136 64 45
Octal 377 140 344 0 76 13 0 466 144 105
Binary 11111111 1100000 11100100 0 111110 1011 0 100110110 1100100 1000101

Color Harmonies of #FF60E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60E4

Black with #FF60E4

Text Example


Text Example

White with #FF60E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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