Html Css Color HEX #FF60BE Hot Pink

📋 copy color: '#FF60BE'

red 255 ◦ green 96 ◦ blue 190

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

Shades of Hot Pink #FF60BE

Tints of Hot Pink #FF60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 47.13%
G = 17.74%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF60BE (or 0xFF60BE) is known color: Hot Pink. HEX triplet: FF, 60 and BE. RGB value is (255,96,190). Sum of RGB (Red+Green+Blue) = 255+96+190=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60BE is #009F41. Grayscale: #9A9A9A. Windows color (decimal): -40770 or 12476671. OLE color: 12476671.

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

Color convert

RGB 255 96 190 -
CMYK 0 0.62 0.25 0
HSL 324.53º 1% 0.69% -
HSV(B) 324.53º 0.62% 1% -
XYZ 54.72 33.34 52.27 -
YUV 154.26 148.18 199.86 -
System Red Green Blue C M Y K H S L
Decimal 255 96 190 0 0.62 0.25 0 324.53 1 0.69
Hex FF 60 BE 0 3E 19 0 145 64 45
Octal 377 140 276 0 76 31 0 505 144 105
Binary 11111111 1100000 10111110 0 111110 11001 0 101000101 1100100 1000101

Color Harmonies of #FF60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60BE

Black with #FF60BE

Text Example


Text Example

White with #FF60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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