Html Css Color HEX #FF60EB Pink Flamingo

📋 copy color: '#FF60EB'

red 255 ◦ green 96 ◦ blue 235

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

Shades of Pink Flamingo #FF60EB

Tints of Pink Flamingo #FF60EB

RGB

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

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

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

R = 43.52%
G = 16.38%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF60EB (or 0xFF60EB) is known color: Pink Flamingo. HEX triplet: FF, 60 and EB. RGB value is (255,96,235). Sum of RGB (Red+Green+Blue) = 255+96+235=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 96 (37.89% from 255 or 16.38% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF60EB is #009F14. Grayscale: #9E9E9E. Windows color (decimal): -40725 or 15425791. OLE color: 15425791.

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

Color convert

RGB 255 96 235 -
CMYK 0 0.62 0.08 0
HSL 307.55º 1% 0.69% -
HSV(B) 307.55º 0.62% 1% -
XYZ 60.42 35.62 82.29 -
YUV 159.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 255 96 235 0 0.62 0.08 0 307.55 1 0.69
Hex FF 60 EB 0 3E 8 0 134 64 45
Octal 377 140 353 0 76 10 0 464 144 105
Binary 11111111 1100000 11101011 0 111110 1000 0 100110100 1100100 1000101

Color Harmonies of #FF60EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60EB

Black with #FF60EB

Text Example


Text Example

White with #FF60EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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